andre 2 лет назад
Родитель
Сommit
42c0ee9eb8

+ 2 - 2
app/UI/Client/EmailAlias/Providers/DeleteEmailAliasDataProvider.php

@@ -44,9 +44,9 @@ class DeleteEmailAliasDataProvider extends BaseDataProvider
         logModuleCall(
             'kerioEmail',
             __FUNCTION__,
-            $this->data['id'],
+            $this->formData['id'],
             'Debug Error',
-            $this
+            $this->formData
         );
         $productManager = new ProductManager();
         $productManager->loadByHostingId($hid);