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