mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[feature/php-events] Fix core.acp_manage_forums_update_data_after vars
PHPBB3-9550
This commit is contained in:
parent
815e8ef9e1
commit
b32d5a3edf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue