NotifySend.php
authorEdward <edward@roojs.com>
Mon, 9 Feb 2015 02:53:41 +0000 (10:53 +0800)
committerEdward <edward@roojs.com>
Mon, 9 Feb 2015 02:53:41 +0000 (10:53 +0800)
NotifySend.php

index d406a7a..4afbffe 100644 (file)
@@ -537,7 +537,7 @@ class Pman_Core_NotifySend extends Pman
     
     function errorHandler($msg)
     {
-        if($error_handler == 'exception')){
+        if($this->error_handler == 'exception')){
             throw new Exception($msg);
         }