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/Validator/PasswordResetValidator.php | 1 - 1 file changed, 1 deletion(-) (limited to 'app/Validator') diff --git a/app/Validator/PasswordResetValidator.php b/app/Validator/PasswordResetValidator.php index 9ef45045..baf2d8d7 100644 --- a/app/Validator/PasswordResetValidator.php +++ b/app/Validator/PasswordResetValidator.php @@ -73,7 +73,6 @@ class PasswordResetValidator extends Base */ protected function validateCaptcha(array $values) { - $result = true; $errors = array(); if (! isset($this->sessionStorage->captcha)) { -- cgit v1.2.3