summaryrefslogtreecommitdiff
path: root/app/Controller/Projectuser.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/Projectuser.php')
-rw-r--r--app/Controller/Projectuser.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Controller/Projectuser.php b/app/Controller/Projectuser.php
index dba069c9..4456ce3d 100644
--- a/app/Controller/Projectuser.php
+++ b/app/Controller/Projectuser.php
@@ -65,7 +65,6 @@ class Projectuser extends Base
$this->response->html($this->layout('project_user/roles', array(
'paginator' => $paginator,
'title' => $title,
- 'action' => $action,
'user_id' => $user_id,
'users' => $users,
)));
@@ -92,7 +91,6 @@ class Projectuser extends Base
$this->response->html($this->layout('project_user/tasks', array(
'paginator' => $paginator,
'title' => $title,
- 'action' => $action,
'user_id' => $user_id,
'users' => $users,
)));