summaryrefslogtreecommitdiff
path: root/app/Controller/Currency.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/Currency.php')
-rw-r--r--app/Controller/Currency.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Currency.php b/app/Controller/Currency.php
index 89e38569..4c5b8ee8 100644
--- a/app/Controller/Currency.php
+++ b/app/Controller/Currency.php
@@ -20,7 +20,7 @@ class Currency extends Base
*/
private function layout($template, array $params)
{
- $params['board_selector'] = $this->projectUserRole->getProjectsByUser($this->userSession->getId());
+ $params['board_selector'] = $this->projectUserRole->getActiveProjectsByUser($this->userSession->getId());
$params['config_content_for_layout'] = $this->template->render($template, $params);
return $this->template->layout('config/layout', $params);