Pārlūkot izejas kodu

bugfix email list

andre 3 mēneši atpakaļ
vecāks
revīzija
7beb4e5a86

+ 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'));