DataObjects/Core_notify.php
[Pman.Core] / DataObjects / Core_notify.php
index 44cd671..5e85aeb 100644 (file)
@@ -328,7 +328,8 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject
         try {
             $send->get($this->id, array());
         } catch (Exception $e) {
-            
+            ob_end_clean();
+            return $e;
         }
         
         ob_end_clean();