From c1e2fa3f0cfdcb68dc19579bc5b05ac3bd9a5875 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 25 Jul 2016 11:15:05 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index c792ea8c..587439ec 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -356,7 +356,7 @@ class Pman_Core_NotifySend extends Pman $fail = false; require_once 'Mail.php'; - $core_domain = DB_DataObject::factory($core_domain); + $core_domain = DB_DataObject::factory('core_domain'); if(!$core_domain->get('domain', $dom)){ $core_domain = DB_DataObject::factory($core_domain); $core_domain->setFrom(array( -- 2.39.2