|
|
@@ -43,7 +43,6 @@ class EditAccountForm extends SortedFieldForm implements ClientArea
|
|
|
$this->setFormType(FormConstants::UPDATE);
|
|
|
$this->setProvider(new EditAccountDataProvider());
|
|
|
$this->initFields();
|
|
|
- $this->loadDataToForm();
|
|
|
logModuleCall(
|
|
|
'kerioEmail',
|
|
|
__FUNCTION__,
|
|
|
@@ -51,6 +50,7 @@ class EditAccountForm extends SortedFieldForm implements ClientArea
|
|
|
'Debug Error',
|
|
|
$this
|
|
|
);
|
|
|
+ $this->loadDataToForm();
|
|
|
}
|
|
|
|
|
|
public function initFields()
|