typo
[Pman.Core] / 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");
         }