Explorar o código

new info form

andre hai 5 meses
pai
achega
ab64d0d28d
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      app/UI/Client/Setting/Forms/InfoForm.php

+ 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);