summaryrefslogtreecommitdiff
path: root/app/Controller/Board.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/Board.php')
-rw-r--r--app/Controller/Board.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Controller/Board.php b/app/Controller/Board.php
index 4cf0d381..53fdeab9 100644
--- a/app/Controller/Board.php
+++ b/app/Controller/Board.php
@@ -144,6 +144,8 @@ class Board extends Base
public function index()
{
$projects = $this->project->getListByStatus(ProjectModel::ACTIVE);
+ $project_id = 0;
+ $project_name = '';
if ($this->acl->isRegularUser()) {
$projects = $this->project->filterListByAccess($projects, $this->acl->getUserId());