NotifySend.php
authorAlan Knowles <alan@roojs.com>
Tue, 26 Jul 2016 03:40:01 +0000 (11:40 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 26 Jul 2016 03:40:01 +0000 (11:40 +0800)
NotifySend.php

index 6e67e1b..e6a8404 100644 (file)
@@ -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