Rename ProjectEdit controller

This commit is contained in:
Frederic Guillot
2016-05-25 22:46:21 -04:00
parent 24ce1b42f8
commit f2cce5ade8
14 changed files with 52 additions and 52 deletions

View File

@@ -72,7 +72,7 @@
</li>
<?php endif ?>
<?php if ($this->user->hasProjectAccess('ProjectEdit', 'edit', $project['id'])): ?>
<?php if ($this->user->hasProjectAccess('ProjectEditController', 'edit', $project['id'])): ?>
<li>
<i class="fa fa-cog fa-fw"></i>
<?= $this->url->link(t('Settings'), 'ProjectViewController', 'show', array('project_id' => $project['id'])) ?>