summaryrefslogtreecommitdiff
path: root/app/Controller/Project.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/Project.php')
-rw-r--r--app/Controller/Project.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Project.php b/app/Controller/Project.php
index 2b0258d5..d749ef53 100644
--- a/app/Controller/Project.php
+++ b/app/Controller/Project.php
@@ -244,7 +244,7 @@ class Project extends Base
'user_id' => $this->request->getIntegerParam('user_id'),
);
- list($valid,) = $this->projectPermission->validateModification($values);
+ list($valid,) = $this->projectPermission->validateUserModification($values);
if ($valid) {