summaryrefslogtreecommitdiff
path: root/app/Controller/SearchController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/SearchController.php')
-rw-r--r--app/Controller/SearchController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/SearchController.php b/app/Controller/SearchController.php
index 8557b182..c9213085 100644
--- a/app/Controller/SearchController.php
+++ b/app/Controller/SearchController.php
@@ -14,7 +14,7 @@ class SearchController extends BaseController
{
public function index()
{
- $projects = $this->projectUserRoleModel->getProjectsByUser($this->userSession->getId());
+ $projects = $this->projectUserRoleModel->getActiveProjectsByUser($this->userSession->getId());
$search = urldecode($this->request->getStringParam('search'));
$nb_tasks = 0;