aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_extensions.php
diff options
context:
space:
mode:
authorjaviexin <javiexin@gmail.com>2016-12-16 20:40:28 +0100
committerjaviexin <javiexin@gmail.com>2016-12-16 20:40:28 +0100
commitaad13389cedf2569e4eb2b15a7baa96ce9d6954a (patch)
tree3b67abd78c1bf9d6b1f7934f86527ddc5e88f048 /phpBB/includes/acp/acp_extensions.php
parent620d033e0669a5a019f6c08a06c69d91ebe15f2b (diff)
downloadforums-aad13389cedf2569e4eb2b15a7baa96ce9d6954a.tar
forums-aad13389cedf2569e4eb2b15a7baa96ce9d6954a.tar.gz
forums-aad13389cedf2569e4eb2b15a7baa96ce9d6954a.tar.bz2
forums-aad13389cedf2569e4eb2b15a7baa96ce9d6954a.tar.xz
forums-aad13389cedf2569e4eb2b15a7baa96ce9d6954a.zip
[ticket/14849] Add core.acp_extensions_run_action_after
Additional event to be run after the execution of the action in ACP. Adding missing var as input to event. PHPBB-14849
Diffstat (limited to 'phpBB/includes/acp/acp_extensions.php')
-rw-r--r--phpBB/includes/acp/acp_extensions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/acp/acp_extensions.php b/phpBB/includes/acp/acp_extensions.php
index 67222b43a4..d41b94b026 100644
--- a/phpBB/includes/acp/acp_extensions.php
+++ b/phpBB/includes/acp/acp_extensions.php
@@ -361,6 +361,7 @@ class acp_extensions
* @since 3.1.11-RC1
*/
$u_action = $this->u_action;
+ $tpl_name = $this->tpl_name;
$vars = array('action', 'u_action', 'ext_name', 'safe_time_limit', 'start_time', 'tpl_name');
extract($this->phpbb_dispatcher->trigger_event('core.acp_extensions_run_action_after', compact($vars)));