aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-08-18 20:25:11 +0200
committerJoas Schilling <nickvergessen@gmx.de>2012-08-18 20:25:11 +0200
commitb32d5a3edf418e2c9cdfa8cbe027c9da7e31d2f6 (patch)
tree2945dca561dc59dc7e711551a22a614b716c89ef /phpBB
parent815e8ef9e173e24bd6d3d99321cc68e6d44f742b (diff)
downloadforums-b32d5a3edf418e2c9cdfa8cbe027c9da7e31d2f6.tar
forums-b32d5a3edf418e2c9cdfa8cbe027c9da7e31d2f6.tar.gz
forums-b32d5a3edf418e2c9cdfa8cbe027c9da7e31d2f6.tar.bz2
forums-b32d5a3edf418e2c9cdfa8cbe027c9da7e31d2f6.tar.xz
forums-b32d5a3edf418e2c9cdfa8cbe027c9da7e31d2f6.zip
[feature/php-events] Fix core.acp_manage_forums_update_data_after vars
PHPBB3-9550
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/acp/acp_forums.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_forums.php b/phpBB/includes/acp/acp_forums.php
index 6fb246458c..39bc7e39ad 100644
--- a/phpBB/includes/acp/acp_forums.php
+++ b/phpBB/includes/acp/acp_forums.php
@@ -1338,7 +1338,7 @@ class acp_forums
* language key.
* @since 3.1-A1
*/
- $vars = array('forum_data', 'forum_data_sql' 'is_new_forum', 'errors');
+ $vars = array('forum_data', 'forum_data_sql', 'is_new_forum', 'errors');
extract($phpbb_dispatcher->trigger_event('core.acp_manage_forums_update_data_after', compact($vars)));
return $errors;