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

@@ -73,7 +73,6 @@ class PasswordResetValidator extends Base
*/
protected function validateCaptcha(array $values)
{
$result = true;
$errors = array();
if (! isset($this->sessionStorage->captcha)) {