From b4f0b3252564597cfe38a4e683166d29408c5682 Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 11 Oct 2023 11:36:34 +0800 Subject: [PATCH] typo --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index bcc644e1..8e4c0c60 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -110,7 +110,7 @@ class Pman_Core_NotifySend extends Pman } $this->server = DB_DataObject::Factory('core_notify_server')->getCurrent($this); - if (!$force && $w->server_id != $this->server_id) { + if (!$force && $w->server_id != $this->server->id) { $this->errorHandler("Server id does not match - use force to try again\n"); } -- 2.39.2