[TwigBundle] fixed typo

This commit is contained in:
Fabien Potencier 2010-10-01 22:03:43 +02:00
parent 416bd7872e
commit 3696066bfe
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class HelpersExtension extends \Twig_Extension
new HelperTokenParser('render', '<template> [with <attributes:array>[, <options:array>]]', 'templating.helper.actions', 'render'),
// {% flash 'notice' %}
new HelperTokenParser('flash', '<name>', 'templating.helper.session', 'flash'),
new HelperTokenParser('flash', '<name>', 'templating.helper.session', 'getFlash'),
);
}