summaryrefslogtreecommitdiff
path: root/app/Template/gantt
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/gantt')
-rw-r--r--app/Template/gantt/projects.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/gantt/projects.php b/app/Template/gantt/projects.php
index b8431d03..9241e372 100644
--- a/app/Template/gantt/projects.php
+++ b/app/Template/gantt/projects.php
@@ -4,8 +4,8 @@
<li>
<i class="fa fa-folder fa-fw"></i><?= $this->url->link(t('Projects list'), 'ProjectListController', 'show') ?>
</li>
- <?php if ($this->user->hasAccess('projectuser', 'managers')): ?>
- <li><i class="fa fa-user fa-fw"></i><?= $this->url->link(t('Users overview'), 'projectuser', 'managers') ?></li>
+ <?php if ($this->user->hasAccess('ProjectUserOverviewController', 'managers')): ?>
+ <li><i class="fa fa-user fa-fw"></i><?= $this->url->link(t('Users overview'), 'ProjectUserOverviewController', 'managers') ?></li>
<?php endif ?>
</ul>
</div>