From a61a313b2c510e8003f85dffe7378ffefe9c3eb2 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 26 Oct 2016 14:48:02 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index 9387dca7..4851828e 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'); -- 2.39.2