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