From 6dfe7244e081fbf939d986fbed8b6c38724a3156 Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 11 Oct 2023 14:23:05 +0800 Subject: [PATCH] more server check --- Notify.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notify.php b/Notify.php index 5a33985f..6580087a 100644 --- a/Notify.php +++ b/Notify.php @@ -206,7 +206,8 @@ class Pman_Core_Notify extends Pman $w->evtype = $this->evtype; } - + $w->server_id = $this->server->id; + if (!empty($opts['old'])) { // show old and new... @@ -232,7 +233,6 @@ class Pman_Core_Notify extends Pman $w->limit($opts['limit']); // we can run 1000 ... } - $w->server_id = $this->server->id; -- 2.39.2