|
|
@@ -44,6 +44,14 @@ class DeleteAccountDataProvider extends BaseDataProvider
|
|
|
$productManager = new ProductManager();
|
|
|
$productManager->loadByHostingId($hid);
|
|
|
|
|
|
+ logModuleCall(
|
|
|
+ 'kerioEmail',
|
|
|
+ __FUNCTION__,
|
|
|
+ $this->formData,
|
|
|
+ 'Debug Error',
|
|
|
+ $this->data
|
|
|
+ );
|
|
|
+
|
|
|
return (new HtmlDataJsonResponse())->setMessageAndTranslate('emailAccountHasBeenDeleted')->setStatusSuccess();
|
|
|
|
|
|
}
|
|
|
@@ -66,8 +74,6 @@ class DeleteAccountDataProvider extends BaseDataProvider
|
|
|
*/
|
|
|
foreach($this->request->get('massActions') as $id)
|
|
|
{
|
|
|
- $service->setFormData(['id' => $id]);
|
|
|
-
|
|
|
|
|
|
}
|
|
|
|