From f2dc2aa63788ab87fe2b7f0c5a6d0125fb3d5f1c Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 10 Nov 2016 17:03:10 +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 40c4266d..6250300b 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) { + ob_end_clean(); return $e; } -- 2.39.2