Procházet zdrojové kódy

new settings section

andre před 5 měsíci
rodič
revize
5bb151ed43
1 změnil soubory, kde provedl 9 přidání a 8 odebrání
  1. 9 8
      app/UI/Client/Setting/Pages/Settings.php

+ 9 - 8
app/UI/Client/Setting/Pages/Settings.php

@@ -133,6 +133,15 @@ class Settings extends DataTable implements ClientArea
                 $aliasList = $domain['aliasList'];
             }
         }
+
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $this,
+            'Debug Settings',
+            $maildomain
+        );
+
         $dkimSet = $api->getDkimDnsRecord($maildomain);
         $dkimArray = explode(PHP_EOL,$dkimSet['detail']);
         $dkimValue = explode(":",$dkimArray[1]);
@@ -148,14 +157,6 @@ class Settings extends DataTable implements ClientArea
         $this->spfConfig = $productManager->get('spf_string');
         $this->dmarcConfig = $productManager->get('dmarc_string');
 
-        logModuleCall(
-            'kerioEmail',
-            __FUNCTION__,
-            $this,
-            'Debug Settings',
-            $maildomain
-        );
-
         /**
          * format model to array
          */