Przeglądaj źródła

del mailinglists

andre 2 lat temu
rodzic
commit
0b635cfbe9

+ 3 - 3
app/UI/Client/DistributionList/Providers/DeleteListDataProvider.php

@@ -41,9 +41,9 @@ class DeleteListDataProvider extends BaseDataProvider
         logModuleCall(
             'kerioEmail',
             __FUNCTION__,
-            $this->data,
-            'Debug add ML',
-            $this->actionElementId
+            $this->formData,
+            'Debug del ML',
+            $this
         );
 
         return (new HtmlDataJsonResponse())->setMessageAndTranslate('distributionListHasBeenDeleted')->setStatusSuccess();