diff options
| author | Busfreak <Busfreak@users.noreply.github.com> | 2015-12-23 00:18:32 +0100 |
|---|---|---|
| committer | Busfreak <Busfreak@users.noreply.github.com> | 2015-12-23 00:18:32 +0100 |
| commit | 050d69091822641dabd0ded1b6023b7ef9f90311 (patch) | |
| tree | 7a6698152aafc9f1eece503f5fa4d4a772782fcd /app/Controller/Doc.php | |
| parent | be2fde7cc01228ad4526e05d77a3d4865e550357 (diff) | |
| parent | 8ff2032ea3fa49972fe076166c831719131e829d (diff) | |
Merge pull request #1 from fguillot/master
please merge
Diffstat (limited to 'app/Controller/Doc.php')
| -rw-r--r-- | app/Controller/Doc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Doc.php b/app/Controller/Doc.php index 08561aa1..a233b120 100644 --- a/app/Controller/Doc.php +++ b/app/Controller/Doc.php @@ -53,7 +53,7 @@ class Doc extends Base } $this->response->html($this->template->layout('doc/show', $this->readFile($filename) + array( - 'board_selector' => $this->projectUserRole->getProjectsByUser($this->userSession->getId()), + 'board_selector' => $this->projectUserRole->getActiveProjectsByUser($this->userSession->getId()), ))); } } |
