1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11700] include and define are not valid class names

PHPBB3-11700
This commit is contained in:
Nils Adermann
2013-07-14 15:38:04 -04:00
parent 4311cd65e3
commit 62b33968c2
5 changed files with 8 additions and 8 deletions

View File

@@ -54,8 +54,8 @@ class phpbb_template_twig_extension extends Twig_Extension
public function getTokenParsers()
{
return array(
new phpbb_template_twig_tokenparser_define,
new phpbb_template_twig_tokenparser_include,
new phpbb_template_twig_tokenparser_defineparser,
new phpbb_template_twig_tokenparser_includeparser,
new phpbb_template_twig_tokenparser_includejs,
new phpbb_template_twig_tokenparser_includecss,
new phpbb_template_twig_tokenparser_event,