From d714d6cf572a7dc1d984e3596b0613b698ad0a2e Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 26 Oct 2016 14:48:58 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 1 + 1 file changed, 1 insertion(+) diff --git a/NotifySend.php b/NotifySend.php index 4851828e..41c895c4 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -358,6 +358,7 @@ class Pman_Core_NotifySend extends Pman $core_domain = DB_DataObject::factory('core_domain'); if(!$core_domain->get('domain', $dom)){ + print_r($core_domain);exit; $core_domain = DB_DataObject::factory('core_domain'); $core_domain->setFrom(array( 'domain' => $dom -- 2.39.2