From 2746f1fb6e618d224c192a355fd2b90f19705066 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 5 Feb 2015 13:32:53 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NotifySend.php b/NotifySend.php index a51565e5..60aa2d79 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -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 -- 2.39.2