use server id on filter
authorAlan <alan@roojs.com>
Wed, 11 Oct 2023 03:02:34 +0000 (11:02 +0800)
committerAlan <alan@roojs.com>
Wed, 11 Oct 2023 03:02:34 +0000 (11:02 +0800)
Notify.php

index 705cb6b..2e5dceb 100644 (file)
@@ -232,7 +232,7 @@ class Pman_Core_Notify extends Pman
             $w->limit($opts['limit']); // we can run 1000 ...
         }
         
-        
+        $w->server_id = $this->server->id;