NotifySend.php
authorEdward <edward@roojs.com>
Thu, 5 Feb 2015 05:38:42 +0000 (13:38 +0800)
committerEdward <edward@roojs.com>
Thu, 5 Feb 2015 05:38:42 +0000 (13:38 +0800)
NotifySend.php

index 1ac5e18..f20bf65 100644 (file)
@@ -547,6 +547,12 @@ class Pman_Core_NotifySend extends Pman
     
     function errorHandler($msg)
     {
+        if(empty($this->remote)){
+            die($msg);
+        }
+        
+        return $msg;
+        
         
     }
 }
\ No newline at end of file