mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/php-events] Proper name for request forum data to avoid confusion
PHPBB3-9550
This commit is contained in:
parent
2e5a7ae4dd
commit
b1582ece91
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ class acp_forums
|
||||||
);
|
);
|
||||||
|
|
||||||
$vars = array('action', 'forum_data');
|
$vars = array('action', 'forum_data');
|
||||||
extract($phpbb_dispatcher->trigger_event('core.acp_forums_get_forum_data', compact($vars)));
|
extract($phpbb_dispatcher->trigger_event('core.acp_forums_request_forum_data', compact($vars)));
|
||||||
|
|
||||||
// On add, add empty forum_options... else do not consider it (not updating it)
|
// On add, add empty forum_options... else do not consider it (not updating it)
|
||||||
if ($action == 'add')
|
if ($action == 'add')
|
||||||
|
|
Loading…
Add table
Reference in a new issue