1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/10073] Remove unneccessary todos he config switch is enough

PHPBB3-10073
This commit is contained in:
Joas Schilling
2014-04-13 23:34:44 +02:00
parent 67cf0a912c
commit 35b88624f5
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ class admin_form extends form
return $error;
}
if (!$this->config['contact_admin_form_enable']) /** TODO: && !$this->config['contact_admin_info']) */
if (!$this->config['contact_admin_form_enable'])
{
return 'NO_CONTACT_PAGE';
}