1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[feature/twig] Fix <!-- .blah since the being node was changed

PHPBB3-11598
This commit is contained in:
Nathan Guse
2013-06-24 12:52:55 -05:00
parent c958155fb6
commit 63143a1a57
2 changed files with 7 additions and 2 deletions

View File

@@ -27,8 +27,6 @@ class phpbb_template_twig_node_event extends Twig_Node
{
$compiler->addDebugInfo($this);
$compiler->indent();
$location = $this->getNode('expr')->getAttribute('name');
foreach ($this->environment->get_phpbb_extensions() as $ext_namespace => $ext_path)