From f5de0130a5c23971bc02818d4194dca4a0225a37 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 26 Jul 2016 11:40:01 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2