From 5cf0a030e819045adfd7a92fdd2897d5dcab945e Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 26 Oct 2016 14:47:47 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/NotifySend.php b/NotifySend.php index c85351c8..9387dca7 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -355,7 +355,7 @@ class Pman_Core_NotifySend extends Pman $fail = false; require_once 'Mail.php'; - + DB_DataObject::factory(5); $core_domain = DB_DataObject::factory('core_domain'); if(!$core_domain->get('domain', $dom)){ $core_domain = DB_DataObject::factory('core_domain'); @@ -364,8 +364,6 @@ class Pman_Core_NotifySend extends Pman )); $core_domain->insert(); } - - print_R($core_domain);exit; foreach($mxs as $mx) { -- 2.39.2