NotifySend.php
authorAlan Knowles <alan@roojs.com>
Mon, 19 Jan 2015 04:45:09 +0000 (12:45 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 19 Jan 2015 04:45:09 +0000 (12:45 +0800)
NotifySend.php

index 7d4a58d..9d0759a 100644 (file)
@@ -451,8 +451,8 @@ class Pman_Core_NotifySend extends Pman
     function mxs($fqdn)
     {
         $ff = HTML_FlexyFramework::get();
-        if (isset($ff['Core_NotifySend']['host'])) {
-            return array($ff['Core_NotifySend']['host']);
+        if (isset($ff['Pman_Core_NotifySend']['host'])) {
+            return array($ff['Pman_Core_NotifySend']['host']);
         }
         
         $mx_records = array();