NotifySend.php
authorEdward <edward@roojs.com>
Mon, 9 Feb 2015 03:11:36 +0000 (11:11 +0800)
committerEdward <edward@roojs.com>
Mon, 9 Feb 2015 03:11:36 +0000 (11:11 +0800)
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);