|
|
@@ -40,13 +40,6 @@ class EditAccountForm extends SortedFieldForm implements ClientArea
|
|
|
|
|
|
public function initContent()
|
|
|
{
|
|
|
- logModuleCall(
|
|
|
- 'kerioEmail',
|
|
|
- __FUNCTION__,
|
|
|
- $this->actionElementId,
|
|
|
- 'Debug Error',
|
|
|
- $this
|
|
|
- );
|
|
|
$this->setFormType(FormConstants::UPDATE);
|
|
|
$this->setProvider(new EditAccountDataProvider());
|
|
|
$this->initFields();
|
|
|
@@ -55,6 +48,13 @@ class EditAccountForm extends SortedFieldForm implements ClientArea
|
|
|
|
|
|
public function initFields()
|
|
|
{
|
|
|
+ logModuleCall(
|
|
|
+ 'kerioEmail',
|
|
|
+ __FUNCTION__,
|
|
|
+ $this->actionElementId,
|
|
|
+ 'Debug Error',
|
|
|
+ $this
|
|
|
+ );
|
|
|
$this->addSection(new EditGeneralSection());
|
|
|
|
|
|
$this->addSection(new EditAdditionalSection());
|