Notify.php
authorAlan <alan@roojs.com>
Thu, 5 Oct 2023 08:57:39 +0000 (16:57 +0800)
committerAlan <alan@roojs.com>
Thu, 5 Oct 2023 08:57:39 +0000 (16:57 +0800)
Notify.php

index 02b3389..ab5db09 100644 (file)
@@ -191,6 +191,9 @@ class Pman_Core_Notify extends Pman
         
         
         $ff = HTML_FlexyFramework::get();
+        
+        
+        $this->server = DB_DataObject::Factory('core_notify_server')->getCurrent($this);
         if (!empty($ff->Core_Notify['servers']) && empty($ff->Core_Notify['servers-non-pool'][gethostname()])) {
             
             if (!isset($ff->Core_Notify['servers'][gethostname()])) {