From: Alan Knowles Date: Mon, 25 Jul 2016 03:16:37 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;ds=sidebyside;h=be7209f46fefe41369f8139b3bd2799a0a9a1bba;p=Pman.Core NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index 587439ec..6e67e1bc 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -358,7 +358,7 @@ class Pman_Core_NotifySend extends Pman $core_domain = DB_DataObject::factory('core_domain'); if(!$core_domain->get('domain', $dom)){ - $core_domain = DB_DataObject::factory($core_domain); + $core_domain = DB_DataObject::factory('core_domain'); $core_domain->setFrom(array( 'domain' => $dom ));