aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-06-09 01:35:34 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-06-09 01:36:19 +0200
commite3c3a5d2a788427ae4a1f4a9e8a05af9b443def7 (patch)
treea9b1d15dcde3801faf8873cbfbc7d02297afe285 /phpBB/includes
parent6a9fd06b7368b2f33f597bb9a3c2e1fb8cf97bdb (diff)
downloadforums-e3c3a5d2a788427ae4a1f4a9e8a05af9b443def7.tar
forums-e3c3a5d2a788427ae4a1f4a9e8a05af9b443def7.tar.gz
forums-e3c3a5d2a788427ae4a1f4a9e8a05af9b443def7.tar.bz2
forums-e3c3a5d2a788427ae4a1f4a9e8a05af9b443def7.tar.xz
forums-e3c3a5d2a788427ae4a1f4a9e8a05af9b443def7.zip
[ticket/10073] Do not check disable boxes by default
PHPBB3-10073
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/acp/acp_contact.php2
1 files changed, 1 insertions, 1 deletions
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'));