From 86591d56cba4fa0b0ace763a4b34a222e05ec1f2 Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 9 Aug 2023 17:52:15 +0800 Subject: [PATCH] total can come from query --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index d1920fc9..851528a5 100644 --- a/Notify.php +++ b/Notify.php @@ -228,7 +228,7 @@ class Pman_Core_Notify extends Pman $w->autoJoin(); - $w->find(); + $total = $w->find(); -- 2.39.2