From: edward Date: Thu, 10 Nov 2016 09:10:18 +0000 (+0800) Subject: DataObjects/Core_notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5804f517673b32d1f7ec8b17c20141dd92ac896e DataObjects/Core_notify.php --- diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 44cd671d..5e85aeb5 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -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();