From: edward Date: Thu, 14 Jul 2016 05:50:28 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=010810fb406ce01b517400683ef86cc18da6e289 NotifySmtpCheck.php --- diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 53981436..666197a6 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -10,13 +10,6 @@ class Pman_Core_NotifySmtpCheck extends Pman { $ff = HTML_FlexyFramework::get(); - if( - empty($ff->Core_Notify) || - empty($ff->Core_Notify['routes']) - ){ - return; - } - $helo = $this->getHelo(); $error = array();