andre 5 сар өмнө
parent
commit
ab64d0d28d

+ 9 - 0
app/UI/Client/Setting/Forms/InfoForm.php

@@ -38,6 +38,15 @@ class InfoForm extends BaseForm implements ClientArea
     {
 //        $message = di('lang')->absoluteT('dnsinfomessage');
         $this->getFormData();
+
+            logModuleCall(
+                'kerioEmail',
+                __FUNCTION__,
+                $this->data,
+                'Debug Error',
+                $this->getFormData()
+            );
+
         $message = 'dnsinfomessage';
         $this->setConfirmMessage("DNS Information");
         $this->addInternalAlert($message, 'info', 100);