From: edward Date: Wed, 26 Oct 2016 06:47:47 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5cf0a030e819045adfd7a92fdd2897d5dcab945e NotifySend.php --- 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) {