I just made a git update to symfony2 and when trying to display form hidden fields "echo $loginForm->hidden()" i'm getting the following error:
Catchable Fatal Error: Argument 1 passed to Symfony\Bundle \FrameworkBundle\Templating\HtmlGenerator::attributes() must be an array, object given, called in .../src/vendor/symfony/src/Symfony/ Bundle/FrameworkBundle/Templating/HtmlGenerator.php line 64 and defined in .../src/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/ Templating/HtmlGenerator.php line 94 I think its from one of your last fixes to the OutputEscaper code. Any ideas? -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
