typo
[Pman.Core] / 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()){