|
|
@@ -44,13 +44,6 @@ class EditAccountForm extends SortedFieldForm implements ClientArea
|
|
|
$this->setProvider(new EditAccountDataProvider());
|
|
|
$this->initFields();
|
|
|
$this->loadDataToForm();
|
|
|
- }
|
|
|
-
|
|
|
- public function initFields()
|
|
|
- {
|
|
|
- $this->addSection(new EditGeneralSection());
|
|
|
-
|
|
|
- $this->addSection(new EditAdditionalSection());
|
|
|
logModuleCall(
|
|
|
'kerioEmail',
|
|
|
__FUNCTION__,
|
|
|
@@ -59,4 +52,11 @@ class EditAccountForm extends SortedFieldForm implements ClientArea
|
|
|
$this
|
|
|
);
|
|
|
}
|
|
|
+
|
|
|
+ public function initFields()
|
|
|
+ {
|
|
|
+ $this->addSection(new EditGeneralSection());
|
|
|
+
|
|
|
+ $this->addSection(new EditAdditionalSection());
|
|
|
+ }
|
|
|
}
|