diff --git a/module/search/model.php b/module/search/model.php index 30066bb0e6..708c734fd2 100644 --- a/module/search/model.php +++ b/module/search/model.php @@ -30,7 +30,7 @@ class searchModel extends model if($module == 'projectStory') $flowModule = 'story'; if($module == 'projectBug') $flowModule = 'bug'; - $fields = $this->loadModel('workflowfield')->getList($flowModule); + $fields = $this->loadModel('workflowfield')->getList($flowModule); $maxCount = $this->config->maxCount; $this->config->maxCount = 0;