andre пре 5 месеци
родитељ
комит
be1ac44f50
1 измењених фајлова са 9 додато и 9 уклоњено
  1. 9 9
      app/UI/Client/Setting/Forms/InfoForm.php

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

@@ -20,15 +20,6 @@ class InfoForm extends BaseForm implements ClientArea
         $this->setFormType('info');
         $this->setProvider(new InfoSettingDataProvider());
         $this->initFields();
-
-        logModuleCall(
-            'kerioEmail',
-            __FUNCTION__,
-            $this->data,
-            'Debug Data',
-            $this->actionElementId
-        );
-
         $this->loadDataToForm();
     }
 
@@ -48,5 +39,14 @@ class InfoForm extends BaseForm implements ClientArea
         $this->addField(new Text("spf"));
         $this->addField(new Text("dmarc"));
         $this->addField(new Text("dkim"));
+
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $this->data,
+            'Debug Data',
+            $this
+        );
+
     }
 }