summaryrefslogtreecommitdiff
path: root/app/Controller/User.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/User.php')
-rw-r--r--app/Controller/User.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Controller/User.php b/app/Controller/User.php
index 4cea06b1..1a7810b0 100644
--- a/app/Controller/User.php
+++ b/app/Controller/User.php
@@ -360,7 +360,6 @@ class User extends Base
$this->response->html($this->layout('user/edit', array(
'values' => $values,
'errors' => $errors,
- 'projects' => $this->projectPermission->filterProjects($this->project->getList(), $user['id']),
'user' => $user,
'timezones' => $this->config->getTimezones(true),
'languages' => $this->config->getLanguages(true),