use server id on filter
[Pman.Core] / 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;