1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/10073] Do not check disable boxes by default

PHPBB3-10073
This commit is contained in:
Joas Schilling
2014-06-09 01:35:34 +02:00
parent 6a9fd06b73
commit e3c3a5d2a7
3 changed files with 8 additions and 6 deletions

View File

@@ -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'));