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:
@@ -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';
|
||||
}
|
||||
|
Reference in New Issue
Block a user