andre před 2 roky
rodič
revize
c8ab2c19e0

+ 7 - 1
app/UI/Client/EmailAccount/Providers/AccountDataProvider.php

@@ -71,7 +71,13 @@ class AccountDataProvider extends BaseDataProvider
         $productManager = new ProductManager();
         $productManager->loadByHostingId($hid);
 
-
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $this->formData,
+            'Debug Add Account',
+            $hid
+        );
 
         return (new HtmlDataJsonResponse())->setMessageAndTranslate('emailAccountHasBeenAdded')->setStatusSuccess();