From e3c3a5d2a788427ae4a1f4a9e8a05af9b443def7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 9 Jun 2014 01:35:34 +0200 Subject: [ticket/10073] Do not check disable boxes by default PHPBB3-10073 --- phpBB/includes/acp/acp_contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/acp/acp_contact.php') diff --git a/phpBB/includes/acp/acp_contact.php b/phpBB/includes/acp/acp_contact.php index cd62a42a93..13d38d9f29 100644 --- a/phpBB/includes/acp/acp_contact.php +++ b/phpBB/includes/acp/acp_contact.php @@ -23,7 +23,7 @@ class acp_contact public function main($id, $mode) { - global $db, $user, $request, $template; + global $user, $request, $template; global $config, $phpbb_root_path, $phpEx, $phpbb_container; $user->add_lang(array('acp/board', 'posting')); -- cgit v1.2.1