diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2014-01-17 20:26:59 -0600 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2014-01-17 20:26:59 -0600 |
commit | 2cf4b68351aa3abcb63f51e33e491ada097ded7c (patch) | |
tree | 5bed75466462a5a2c81ca140c69ccadfe97a1d3f | |
parent | 7bac4bf9bd439f08f7aeb6ca67bdc14789a28d4c (diff) | |
download | forums-2cf4b68351aa3abcb63f51e33e491ada097ded7c.tar forums-2cf4b68351aa3abcb63f51e33e491ada097ded7c.tar.gz forums-2cf4b68351aa3abcb63f51e33e491ada097ded7c.tar.bz2 forums-2cf4b68351aa3abcb63f51e33e491ada097ded7c.tar.xz forums-2cf4b68351aa3abcb63f51e33e491ada097ded7c.zip |
[ticket/12006] global $phpbb_dispatcher;
PHPBB3-12006
-rw-r--r-- | phpBB/includes/functions_module.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |