diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-11 21:54:52 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-11 21:54:52 -0500 |
commit | e31185a2bd85d7d8e16a614cb21dfdbff10ce070 (patch) | |
tree | 8110ec37f1a4a306bf47853bcf33ea279a0946dd /app/Validator | |
parent | 9a661a5e9ede5fc699f573179683b7db973a2fe0 (diff) |
Minor fixes
Diffstat (limited to 'app/Validator')
-rw-r--r-- | app/Validator/PasswordResetValidator.php | 1 |
1 files changed, 0 insertions, 1 deletions
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)) { |