typo
authorAlan <alan@roojs.com>
Wed, 11 Oct 2023 03:36:34 +0000 (11:36 +0800)
committerAlan <alan@roojs.com>
Wed, 11 Oct 2023 03:36:34 +0000 (11:36 +0800)
NotifySend.php

index bcc644e..8e4c0c6 100644 (file)
@@ -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");
         }