From: Alan Date: Thu, 5 Oct 2023 07:44:50 +0000 (+0800) Subject: more non-pool X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=33de47d95583bfd9521509023bd3365174efba6a more non-pool --- diff --git a/Notify.php b/Notify.php index 44204c8e..0e2d6a24 100644 --- a/Notify.php +++ b/Notify.php @@ -190,7 +190,8 @@ class Pman_Core_Notify extends Pman $ff = HTML_FlexyFramework::get(); - if (!empty($ff->Core_Notify['servers'])) { + if (!empty($ff->Core_Notify['servers']) && empty($ff->Core_Notify['servers-non-pool'][gethostname()])) { + if (!isset($ff->Core_Notify['servers'][gethostname()])) { $this->jerr("Core_Notify['servers']['" . gethostname() ."'] is not set"); }