From 2cf4b68351aa3abcb63f51e33e491ada097ded7c Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Fri, 17 Jan 2014 20:26:59 -0600 Subject: [ticket/12006] global $phpbb_dispatcher; PHPBB3-12006 --- phpBB/includes/functions_module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php index cd84902acf..53055752f6 100644 --- a/phpBB/includes/functions_module.php +++ b/phpBB/includes/functions_module.php @@ -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); -- cgit v1.2.1