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

[ticket/12006] global $phpbb_dispatcher;

PHPBB3-12006
This commit is contained in:
Nathan Guse 2014-01-17 20:26:59 -06:00
parent 7bac4bf9bd
commit 2cf4b68351

View File

@ -334,7 +334,7 @@ class p_master
static function module_auth($module_auth, $forum_id)
{
global $auth, $config;
global $request, $phpbb_extension_manager;
global $request, $phpbb_extension_manager, $phpbb_dispatcher;
$module_auth = trim($module_auth);