DataObjects/Core_notify.php
authoredward <edward@roojs.com>
Thu, 10 Nov 2016 09:03:02 +0000 (17:03 +0800)
committeredward <edward@roojs.com>
Thu, 10 Nov 2016 09:03:02 +0000 (17:03 +0800)
DataObjects/Core_notify.php

index fd366d4..40c4266 100644 (file)
@@ -328,7 +328,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject
         try {
             $send->get($this->id, array());
         } catch (Exception $e) {
-            // nothing to do
+            return $e;
         }
         
         ob_end_clean();