Parcourir la source

bugfix email list

andre il y a 3 mois
Parent
commit
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');
         $api = new KerioWhmcs('whmcsKerioEmail', 'Thurdata', '1.0');
         try {
         try {
             $api->login($this->getWhmcsParamByKey('serverhostname'), $this->getWhmcsParamByKey('serverusername'), $this->getWhmcsParamByKey('serverpassword'));
             $api->login($this->getWhmcsParamByKey('serverhostname'), $this->getWhmcsParamByKey('serverusername'), $this->getWhmcsParamByKey('serverpassword'));