Merge pull request #51 from dreipunktnull/master

[TASK] Update deprecated call
This commit is contained in:
Grégoire Passault 2013-02-25 02:47:05 -08:00
commit 1fef229c8f
1 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ class CaptchaType extends AbstractType
*/ */
public function setDefaultOptions(OptionsResolverInterface $resolver) public function setDefaultOptions(OptionsResolverInterface $resolver)
{ {
$this->options['property_path'] = false; $this->options['mapped'] = false;
$resolver->setDefaults($this->options); $resolver->setDefaults($this->options);
} }