missing get
authorAlan <alan@roojs.com>
Wed, 11 Oct 2023 02:43:27 +0000 (10:43 +0800)
committerAlan <alan@roojs.com>
Wed, 11 Oct 2023 02:43:27 +0000 (10:43 +0800)
DataObjects/Core_notify_server.php

index 9e2924f..598b849 100644 (file)
@@ -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;
         
     }