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