diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-10-21 19:01:10 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-10-21 19:01:10 -0400 |
commit | f25da60dbab1196152913e765cedf8fcabfeee68 (patch) | |
tree | ca04d4c44c8e377a483a0b124f59eb6b70050cde /app/Controller | |
parent | 9fd4769332bd1599e595b83c668cd5091546eddf (diff) |
Forget to rename a method call
Diffstat (limited to 'app/Controller')
-rw-r--r-- | app/Controller/Project.php | 2 |
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) { |