mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[feature/events] Removing the third trigger_event parameter
PHPBB3-9550
This commit is contained in:
committed by
Joas Schilling
parent
8da33e2654
commit
3f1b4e83ae
@@ -329,7 +329,7 @@ if (!$auth->acl_get('u_sig'))
|
||||
}
|
||||
|
||||
$vars = array('module');
|
||||
extract($phpbb_dispatcher->trigger_event('core.ucp_modules', compact($vars), $vars));
|
||||
extract($phpbb_dispatcher->trigger_event('core.ucp_modules', compact($vars)));
|
||||
|
||||
// Select the active module
|
||||
$module->set_active($id, $mode);
|
||||
|
Reference in New Issue
Block a user