NotifySend.php
authorEdward <edward@roojs.com>
Mon, 9 Feb 2015 03:11:29 +0000 (11:11 +0800)
committerEdward <edward@roojs.com>
Mon, 9 Feb 2015 03:11:29 +0000 (11:11 +0800)
NotifySend.php

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