From 346326f5ea6cd2128ae1d5fd53a969f35da26bf7 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 10 Nov 2016 17:03:02 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index fd366d48..40c4266d 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -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(); -- 2.39.2