summaryrefslogtreecommitdiff
path: root/app/Controller/ProjectPermission.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/ProjectPermission.php')
-rw-r--r--app/Controller/ProjectPermission.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/ProjectPermission.php b/app/Controller/ProjectPermission.php
index e0e58240..800da02f 100644
--- a/app/Controller/ProjectPermission.php
+++ b/app/Controller/ProjectPermission.php
@@ -43,7 +43,7 @@ class ProjectPermission extends Base
$values['role'] = Role::PROJECT_MEMBER;
}
- $this->response->html($this->projectLayout('project_permission/index', array(
+ $this->response->html($this->helper->layout->project('project_permission/index', array(
'project' => $project,
'users' => $this->projectUserRole->getUsers($project['id']),
'groups' => $this->projectGroupRole->getGroups($project['id']),