Merge pull request #92 from dypa/patch-1

Update CaptchaValidator.php
This commit is contained in:
Grégoire Passault 2014-07-03 10:55:24 +02:00
commit 6b573121a5
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class CaptchaValidator
*/
public function validate(FormEvent $event)
{
$form = $form = $event->getForm();
$form = $event->getForm();
$code = $form->getData();
$expectedCode = $this->getExpectedCode();