DataObjects/I18n.php
[Pman.Core] / NotifySend.php
index 7688473..f53971a 100644 (file)
@@ -537,9 +537,8 @@ class Pman_Core_NotifySend extends Pman
     
     function errorHandler($msg)
     {
-        if($this->error_handler == 'exception')){
+        if($this->error_handler == 'exception'){
             throw new Exception($msg);
-            return;
         }
         
         die($msg);