typo
authorAlan Knowles <alan@roojs.com>
Thu, 18 Mar 2021 06:13:09 +0000 (14:13 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Mar 2021 06:13:09 +0000 (14:13 +0800)
NotifySend.php

index ac62779..f8076b8 100644 (file)
@@ -415,7 +415,7 @@ class Pman_Core_NotifySend extends Pman
                     $core_notify = DB_DataObject::factory($this->table);
                     $core_notify->domain_id = $core_domain->id;
                     $core_notify->whereAdd("
-                        sent >= NOW() - INTERVAL $seconds SECONDS
+                        sent >= NOW() - INTERVAL $seconds SECOND
                     ");
                     
                     if($core_notify->count()){