From 43d0de0e71ebde947ab359ed31f91e7e53ed8e12 Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 10 Aug 2023 18:40:16 +0800 Subject: [PATCH] use new object --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index 684b4ead..09766fba 100644 --- a/Notify.php +++ b/Notify.php @@ -392,7 +392,7 @@ class Pman_Core_Notify extends Pman if ($p->count() < 1) { return; } - + $p = DB_DataObject::factory($this->table); // 6 seconds on this machne... $p->query(" UPDATE -- 2.39.2