Minor fixes

This commit is contained in:
Frederic Guillot
2016-01-11 21:54:52 -05:00
parent 9a661a5e9e
commit e31185a2bd
4 changed files with 4 additions and 2 deletions

View File

@@ -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();