NotifySend.php
[Pman.Core] / NotifySend.php
index 6937c22..f53971a 100644 (file)
@@ -539,7 +539,6 @@ class Pman_Core_NotifySend extends Pman
     {
         if($this->error_handler == 'exception'){
             throw new Exception($msg);
-            return;
         }
         
         die($msg);