andre 2 лет назад
Родитель
Сommit
3fbfd5822e
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      app/UI/Client/EmailAccount/Forms/EditAccountForm.php

+ 7 - 0
app/UI/Client/EmailAccount/Forms/EditAccountForm.php

@@ -40,6 +40,13 @@ 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();