diff options
Diffstat (limited to 'app/Controller/PasswordReset.php')
-rw-r--r-- | app/Controller/PasswordReset.php | 2 |
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(); |