From 5ea81cb4bf67681c434df6617ad720b3701504d5 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 10 Nov 2016 17:06:05 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 21d8f9f2..44cd671d 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -328,9 +328,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject try { $send->get($this->id, array()); } catch (Exception $e) { - print_R($e);exit; - ob_end_clean(); - return $e; + } ob_end_clean(); -- 2.39.2