1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[feature/php-events] Proper name for request forum data to avoid confusion

PHPBB3-9550
This commit is contained in:
Joas Schilling 2012-06-20 16:42:47 +02:00
parent 2e5a7ae4dd
commit b1582ece91

View File

@ -151,7 +151,7 @@ class acp_forums
);
$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)
if ($action == 'add')