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

index 4a24752..d54fd48 100644 (file)
@@ -172,7 +172,7 @@ class Pman_Core_NotifySend extends Pman
                 die(date('Y-m-d h:i:s') . " - SENT\n");
             }
             // what type of error..
-            $code = empty(($res->smtpcode) ? -1 : $res->smtpcode;
+            $code = empty($res->smtpcode) ? -1 : $res->smtpcode;
             if ($code < 0) {
                 continue; // try next mx... ??? should we wait??? - nope we did not even connect..
             }