|
|
@@ -47,14 +47,17 @@ class EditSettingForm extends SortedFieldForm implements ClientArea
|
|
|
|
|
|
public function initFields()
|
|
|
{
|
|
|
+ $maildomain = $this->getWhmcsParamByKey('domain');
|
|
|
+
|
|
|
logModuleCall(
|
|
|
'kerioEmail',
|
|
|
__FUNCTION__,
|
|
|
- $this->actionElementId,
|
|
|
+ $this->params,
|
|
|
'Debug',
|
|
|
- $this
|
|
|
+ $maildomain
|
|
|
);
|
|
|
|
|
|
+
|
|
|
$this->addSection(new EditGeneralSection());
|
|
|
$this->addSection(new EditAdditionalSection());
|
|
|
}
|