From: Alan Date: Wed, 11 Oct 2023 02:43:27 +0000 (+0800) Subject: missing get X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=bfb0844bdd11131bf8af19aee0cab44cd4122c85 missing get --- diff --git a/DataObjects/Core_notify_server.php b/DataObjects/Core_notify_server.php index 9e2924f0..598b8499 100644 --- a/DataObjects/Core_notify_server.php +++ b/DataObjects/Core_notify_server.php @@ -217,7 +217,7 @@ class Pman_Core_DataObjects_Core_notify_server extends DB_DataObject } function initHelo() { - + $ff = HTML_FlexyFramework::get(); $ff->Mail['helo'] = $this->helo; }