diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-06-24 12:52:55 -0500 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-06-24 12:52:55 -0500 |
| commit | 63143a1a576b9707dfc997038a5aaf804d5f8d8e (patch) | |
| tree | 7c64c8c1430d932b4b917412b0e3f3c65ffcfeeb /phpBB/includes/template/twig/node/event.php | |
| parent | c958155fb63667e1d54d6d31489bf17c0a180dab (diff) | |
| download | forums-63143a1a576b9707dfc997038a5aaf804d5f8d8e.tar forums-63143a1a576b9707dfc997038a5aaf804d5f8d8e.tar.gz forums-63143a1a576b9707dfc997038a5aaf804d5f8d8e.tar.bz2 forums-63143a1a576b9707dfc997038a5aaf804d5f8d8e.tar.xz forums-63143a1a576b9707dfc997038a5aaf804d5f8d8e.zip | |
[feature/twig] Fix <!-- .blah since the being node was changed
PHPBB3-11598
Diffstat (limited to 'phpBB/includes/template/twig/node/event.php')
| -rw-r--r-- | phpBB/includes/template/twig/node/event.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/template/twig/node/event.php b/phpBB/includes/template/twig/node/event.php index cedfa870fa..12e6ef1329 100644 --- a/phpBB/includes/template/twig/node/event.php +++ b/phpBB/includes/template/twig/node/event.php @@ -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) |
