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

index 4afbffe..7688473 100644 (file)
@@ -539,6 +539,7 @@ class Pman_Core_NotifySend extends Pman
     {
         if($this->error_handler == 'exception')){
             throw new Exception($msg);
+            return;
         }
         
         die($msg);