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

index a51565e..60aa2d7 100644 (file)
@@ -531,4 +531,9 @@ class Pman_Core_NotifySend extends Pman
         $this->debug_str .= strlen($this->debug_str) ? "\n" : '';
         $this->debug_str .= $message;
     }
+    
+    function errorHandler($msg)
+    {
+        
+    }
 }
\ No newline at end of file