andre 2 жил өмнө
parent
commit
75b12284a8

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

@@ -277,6 +277,15 @@ class EditListDataProvider extends AddListDataProvider
         $paramsSet['posting']['nonMemberPosting'] = $this->formData['nonMemberPosting'];
         $paramsSet['posting']['sendErrorsToModerator'] = $this->formData['sendErrorsToModerator'] === 'on' ? true : false;
 
+
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $paramsAdd,
+            'Debug Formdata',
+            $paramsDel
+        );
+
         $api = new KerioWhmcs('whmcsKerioEmail', 'Thurdata', '1.0');
         try {
             $api->login($this->getWhmcsParamByKey('serverhostname'), $this->getWhmcsParamByKey('serverusername'), $this->getWhmcsParamByKey('serverpassword'));