From 0657eda06d59999b891ee686a284ba0e020dfae3 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 10 Nov 2016 17:04:35 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 1 + 1 file changed, 1 insertion(+) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 5e85aeb5..21d8f9f2 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -328,6 +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; } -- 2.39.2