andre 3 месяцев назад
Родитель
Сommit
7beb4e5a86
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      app/UI/Client/DistributionList/Providers/EditListDataProvider.php

+ 8 - 0
app/UI/Client/DistributionList/Providers/EditListDataProvider.php

@@ -272,6 +272,14 @@ class EditListDataProvider extends AddListDataProvider
             }
         }
 
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $this->formData,
+            'Debug Data',
+            $paramsAdd
+        );
+
         $api = new KerioWhmcs('whmcsKerioEmail', 'Thurdata', '1.0');
         try {
             $api->login($this->getWhmcsParamByKey('serverhostname'), $this->getWhmcsParamByKey('serverusername'), $this->getWhmcsParamByKey('serverpassword'));