From 1754750de7966bebda3589cbab297a122cff9dd2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 18 Mar 2021 14:13:09 +0800 Subject: [PATCH] typo --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()){ -- 2.39.2