andre пре 2 година
родитељ
комит
c8ab2c19e0
1 измењених фајлова са 7 додато и 1 уклоњено
  1. 7 1
      app/UI/Client/EmailAccount/Providers/AccountDataProvider.php

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

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