NotifySend.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 15 Aug 2011 06:08:34 +0000 (14:08 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 15 Aug 2011 06:08:34 +0000 (14:08 +0800)
NotifySend.php

index 3a8f122..4a24752 100644 (file)
@@ -173,7 +173,7 @@ class Pman_Core_NotifySend extends Pman
             }
             // what type of error..
             $code = empty(($res->smtpcode) ? -1 : $res->smtpcode;
-             if ($code < 0) {
+            if ($code < 0) {
                 continue; // try next mx... ??? should we wait??? - nope we did not even connect..
             }
             // give up after 2 days..