NotifySend.php
[Pman.Core] / NotifySend.php
index 4b08d80..e4ca94e 100644 (file)
@@ -541,6 +541,6 @@ class Pman_Core_NotifySend extends Pman
             die($msg);
         }
         
-        return $msg;
+        throw new Exception($msg);
     }
 }
\ No newline at end of file