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