NotifySend.php
authoredward <edward@roojs.com>
Wed, 26 Oct 2016 06:47:47 +0000 (14:47 +0800)
committeredward <edward@roojs.com>
Wed, 26 Oct 2016 06:47:47 +0000 (14:47 +0800)
NotifySend.php

index c85351c..9387dca 100644 (file)
@@ -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) {