DataObjects/Core_notify.php
[Pman.Core] / DataObjects / Core_notify.php
index fd366d4..21d8f9f 100644 (file)
@@ -328,12 +328,14 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject
         try {
             $send->get($this->id, array());
         } catch (Exception $e) {
-            // nothing to do
+            print_R($e);exit;
+            ob_end_clean();
+            return $e;
         }
         
         ob_end_clean();
         
-        return;
+        return true;
     }
     
 }