mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02:00
[feature/php-events] Fix core.acp_manage_forums_update_data_after vars
PHPBB3-9550
This commit is contained in:
@@ -1338,7 +1338,7 @@ class acp_forums
|
|||||||
* language key.
|
* language key.
|
||||||
* @since 3.1-A1
|
* @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)));
|
extract($phpbb_dispatcher->trigger_event('core.acp_manage_forums_update_data_after', compact($vars)));
|
||||||
|
|
||||||
return $errors;
|
return $errors;
|
||||||
|
Reference in New Issue
Block a user