Browse Source

edit mailinglists

andre 2 years ago
parent
commit
3eaf5df57b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/UI/Client/DistributionList/Providers/EditListDataProvider.php

+ 2 - 2
app/UI/Client/DistributionList/Providers/EditListDataProvider.php

@@ -284,9 +284,9 @@ class EditListDataProvider extends AddListDataProvider
         logModuleCall(
             'kerioEmail',
             __FUNCTION__,
-            'Settings: ' . $paramsSet,
+            'Formdata: ' . $this->formData,
             'Debug Formdata',
-            'Remove: ' . $paramsDel . '\nAdd: ' . $paramsAdd, 
+            'Settings: ' . $paramsSet . '\nRemove: ' . $paramsDel . '\nAdd: ' . $paramsAdd, 
         );
 
         $api = new KerioWhmcs('whmcsKerioEmail', 'Thurdata', '1.0');