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

Merge remote-tracking branch 'EXreaction/ticket/11400' into develop

# By Nathan Guse
# Via Nathan Guse
* EXreaction/ticket/11400:
  [ticket/11400] If email is disabled, disable it for notifications
This commit is contained in:
David King
2013-03-05 14:46:58 -05:00

View File

@@ -53,8 +53,7 @@ class phpbb_notification_method_email extends phpbb_notification_method_base
*/ */
public function is_available() public function is_available()
{ {
// Email is always available return (bool) $this->config['email_enable'];
return true;
} }
/** /**