aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/template/twig/node/event.php
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2013-08-13 02:14:22 -0700
committerMatt Friedman <maf675@gmail.com>2013-08-13 02:14:22 -0700
commit65d8cd63022d688fe618f128768b78a6214db166 (patch)
treef8c9d329331e14eba33736da95eaf9c404f6e64e /phpBB/phpbb/template/twig/node/event.php
parent585f692e3168203645bf40d21c51309ab6572b68 (diff)
downloadforums-65d8cd63022d688fe618f128768b78a6214db166.tar
forums-65d8cd63022d688fe618f128768b78a6214db166.tar.gz
forums-65d8cd63022d688fe618f128768b78a6214db166.tar.bz2
forums-65d8cd63022d688fe618f128768b78a6214db166.tar.xz
forums-65d8cd63022d688fe618f128768b78a6214db166.zip
[ticket/11784] Remove naming redundancy for event listeners
PHPBB3-11784
Diffstat (limited to 'phpBB/phpbb/template/twig/node/event.php')
-rw-r--r--phpBB/phpbb/template/twig/node/event.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/template/twig/node/event.php b/phpBB/phpbb/template/twig/node/event.php
index 4533151d05..c94e5fdf20 100644
--- a/phpBB/phpbb/template/twig/node/event.php
+++ b/phpBB/phpbb/template/twig/node/event.php
@@ -43,7 +43,7 @@ class phpbb_template_twig_node_event extends Twig_Node
{
$compiler->addDebugInfo($this);
- $location = $this->listener_directory . $this->getNode('expr')->getAttribute('name') . '_listener';
+ $location = $this->listener_directory . $this->getNode('expr')->getAttribute('name');
foreach ($this->environment->get_phpbb_extensions() as $ext_namespace => $ext_path)
{