From: Alan Date: Wed, 9 Aug 2023 09:52:15 +0000 (+0800) Subject: total can come from query X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=86591d56cba4fa0b0ace763a4b34a222e05ec1f2 total can come from query --- 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();