Ver Fonte

edit mailinglists

andre há 2 anos atrás
pai
commit
7848219bd0

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

@@ -285,13 +285,12 @@ class EditListDataProvider extends AddListDataProvider
         $paramsSet['posting']['nonMemberPosting'] = $this->formData['nonMemberPosting'];
         $paramsSet['posting']['nonMemberPosting'] = $this->formData['nonMemberPosting'];
         $paramsSet['posting']['sendErrorsToModerator'] = $this->formData['sendErrorsToModerator'] === 'on' ? true : false;
         $paramsSet['posting']['sendErrorsToModerator'] = $this->formData['sendErrorsToModerator'] === 'on' ? true : false;
 
 
-
         logModuleCall(
         logModuleCall(
             'kerioEmail',
             'kerioEmail',
             __FUNCTION__,
             __FUNCTION__,
             $paramsAdd,
             $paramsAdd,
             'Debug Formdata',
             'Debug Formdata',
-            $paramsDel
+            $customMembers
         );
         );
 
 
         $api = new KerioWhmcs('whmcsKerioEmail', 'Thurdata', '1.0');
         $api = new KerioWhmcs('whmcsKerioEmail', 'Thurdata', '1.0');