aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/mcp.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-04-25 11:46:44 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-04-25 11:46:44 +0200
commit87899b0e140400e23341ea1286d50e330132be90 (patch)
tree4c554fa2b949a12de2c7f33f3bf0b714c900e949 /phpBB/mcp.php
parent01e2d7c26c9974405c073d43ecd12614aca6faa5 (diff)
downloadforums-87899b0e140400e23341ea1286d50e330132be90.tar
forums-87899b0e140400e23341ea1286d50e330132be90.tar.gz
forums-87899b0e140400e23341ea1286d50e330132be90.tar.bz2
forums-87899b0e140400e23341ea1286d50e330132be90.tar.xz
forums-87899b0e140400e23341ea1286d50e330132be90.zip
[ticket/12273] Update existing events
PHPBB3-12273
Diffstat (limited to 'phpBB/mcp.php')
-rw-r--r--phpBB/mcp.php11
1 files changed, 10 insertions, 1 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php
index 5676c399af..8e124bf526 100644
--- a/phpBB/mcp.php
+++ b/phpBB/mcp.php
@@ -267,7 +267,16 @@ if (!$user_id && $username == '')
* @var int id Parent module id
* @since 3.1.0-b2
*/
-$vars = array('module', 'mode', 'user_id', 'forum_id', 'topic_id', 'post_id', 'username', 'id');
+$vars = array(
+ 'module',
+ 'mode',
+ 'user_id',
+ 'forum_id',
+ 'topic_id',
+ 'post_id',
+ 'username',
+ 'id',
+);
extract($phpbb_dispatcher->trigger_event('core.modify_mcp_modules_display_option', compact($vars)));
// Load and execute the relevant module