total can come from query
authorAlan <alan@roojs.com>
Wed, 9 Aug 2023 09:52:15 +0000 (17:52 +0800)
committerAlan <alan@roojs.com>
Wed, 9 Aug 2023 09:52:15 +0000 (17:52 +0800)
Notify.php

index d1920fc..851528a 100644 (file)
@@ -228,7 +228,7 @@ class Pman_Core_Notify extends Pman
         
          
         $w->autoJoin();
-        $w->find();
+        $total = $w->find();