typo
authorAlan <alan@roojs.com>
Thu, 7 Sep 2023 06:33:45 +0000 (14:33 +0800)
committerAlan <alan@roojs.com>
Thu, 7 Sep 2023 06:33:45 +0000 (14:33 +0800)
NotifySend.php

index d0e8a4e..f554bf3 100644 (file)
@@ -719,10 +719,10 @@ class Pman_Core_NotifySend extends Pman
     {
         $ff = HTML_FlexyFramework::get();
         
-        if (isset($ff->Core_Notify['servers-no-pool'])  &&
-            isset($ff->Core_Notify['servers-no-pool'][gethostname()]) &&
-            isset($ff->Core_Notify['servers-no-pool'][gethostname()]['helo']) ) {
-            $ff->Mail['helo'] = $ff->Core_Notify['servers-no-pool'][gethostname()]['helo'];
+        if (isset($ff->Core_Notify['servers-non-pool'])  &&
+            isset($ff->Core_Notify['servers-non-pool'][gethostname()]) &&
+            isset($ff->Core_Notify['servers-non-pool'][gethostname()]['helo']) ) {
+            $ff->Mail['helo'] = $ff->Core_Notify['servers-non-pool'][gethostname()]['helo'];
             return;
         }