X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=NotifySend.php;h=e32aa7ad859607c1f1833120482f00f04546ff1f;hb=2f0f5592c83e4f5c3e1d0e6f515925ee472a5bf1;hp=e6a8404e5aef3150dee64018f6359baf9c06cbcb;hpb=f5de0130a5c23971bc02818d4194dca4a0225a37;p=Pman.Core 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'])){