From: Alan Knowles Date: Thu, 28 Jul 2016 03:30:53 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=2f0f5592c83e4f5c3e1d0e6f515925ee472a5bf1 NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index e6a8404e..e32aa7ad 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -389,7 +389,7 @@ class Pman_Core_NotifySend extends Pman $username = $ff->Mail['username'] ; $password = $ff->Mail['password'] ; - if(!empty($ff->Core_Notify)){ + if(!empty($ff->Core_Notify) && !empty($ff->Core_Notify['routes'])){ foreach ($ff->Core_Notify['routes'] as $server => $settings){ if(!in_array($dom, $settings['domains'])){