summaryrefslogtreecommitdiff
path: root/app/Controller/PasswordReset.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-01-11 21:54:52 -0500
committerFrederic Guillot <fred@kanboard.net>2016-01-11 21:54:52 -0500
commite31185a2bd85d7d8e16a614cb21dfdbff10ce070 (patch)
tree8110ec37f1a4a306bf47853bcf33ea279a0946dd /app/Controller/PasswordReset.php
parent9a661a5e9ede5fc699f573179683b7db973a2fe0 (diff)
Minor fixes
Diffstat (limited to 'app/Controller/PasswordReset.php')
-rw-r--r--app/Controller/PasswordReset.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/PasswordReset.php b/app/Controller/PasswordReset.php
index ebc1f77a..23567c9c 100644
--- a/app/Controller/PasswordReset.php
+++ b/app/Controller/PasswordReset.php
@@ -67,7 +67,7 @@ class PasswordReset extends Base
/**
* Set the new password
*/
- public function update(array $values = array(), array $errors = array())
+ public function update()
{
$this->checkActivation();