From 5804f517673b32d1f7ec8b17c20141dd92ac896e Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 10 Nov 2016 17:10:18 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); -- 2.39.2