From: Alan Knowles Date: Tue, 26 Jul 2016 03:40:01 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f5de0130a5c23971bc02818d4194dca4a0225a37 NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index 6e67e1bc..e6a8404e 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -396,7 +396,7 @@ class Pman_Core_NotifySend extends Pman continue; } - $core_notify = DB_DataObject::factory('core_notify'); + $core_notify = DB_DataObject::factory($this->table); $core_notify->domain_id = $core_domain->id; $core_notify->whereAdd(" sent >= NOW - INTERVAL 1 HOUR