Merge pull request #29 from piscis/patch-1
Fix Bundle for symfony 2.1 beta4
This commit is contained in:
commit
141b976479
|
@ -54,7 +54,7 @@ class CaptchaType extends AbstractType
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function buildView(FormViewInterface $view, FormInterface $form, array $options)
|
public function buildView(FormView $view, FormInterface $form, array $options)
|
||||||
{
|
{
|
||||||
$fingerprint = null;
|
$fingerprint = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue