diff options
Diffstat (limited to 'phpBB/modules/acp/acp_disallow.php')
| -rw-r--r-- | phpBB/modules/acp/acp_disallow.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/modules/acp/acp_disallow.php b/phpBB/modules/acp/acp_disallow.php index 507cbbdf15..5f3797ba29 100644 --- a/phpBB/modules/acp/acp_disallow.php +++ b/phpBB/modules/acp/acp_disallow.php @@ -25,7 +25,7 @@ class acp_disallow  	function main($id, $mode)  	{ -		global $db, $user, $auth, $template, $config; +		global $db, $user, $auth, $template;  		include(PHPBB_ROOT_PATH . 'includes/functions_user.' . PHP_EXT);  | 
