From: Alan Knowles Date: Thu, 18 Mar 2021 06:13:09 +0000 (+0800) Subject: typo X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=1754750de7966bebda3589cbab297a122cff9dd2 typo --- diff --git a/NotifySend.php b/NotifySend.php index ac62779e..f8076b8b 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -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()){