mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-21 00:51:27 +02:00
[feature/php-events] Proper name for request forum data to avoid confusion
PHPBB3-9550
This commit is contained in:
@@ -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')
|
||||||
|
Reference in New Issue
Block a user