From e31185a2bd85d7d8e16a614cb21dfdbff10ce070 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 11 Jan 2016 21:54:52 -0500 Subject: Minor fixes --- app/Controller/PasswordReset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controller/PasswordReset.php') 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(); -- cgit v1.2.3