mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/13454] Remove unused variables
Part 3 should fix tests up a little bit again. PHPBB3-13454
This commit is contained in:
@@ -387,7 +387,8 @@ class p_master
|
||||
*/
|
||||
static function module_auth($module_auth, $forum_id)
|
||||
{
|
||||
global $phpbb_dispatcher;
|
||||
global $auth, $config;
|
||||
global $request, $phpbb_extension_manager, $phpbb_dispatcher;
|
||||
|
||||
$module_auth = trim($module_auth);
|
||||
|
||||
|
Reference in New Issue
Block a user