|
|
@@ -23,18 +23,7 @@ class DeleteEmailAliasDataProvider extends BaseDataProvider
|
|
|
|
|
|
public function read()
|
|
|
{
|
|
|
- $params = json_decode(base64_decode($this->actionElementId), true);
|
|
|
-
|
|
|
- logModuleCall(
|
|
|
- 'kerioEmail',
|
|
|
- __FUNCTION__,
|
|
|
- $this->actionElementId,
|
|
|
- 'Debug Error',
|
|
|
- $params
|
|
|
- );
|
|
|
-
|
|
|
- $this->data['id'] = $params['accId'];
|
|
|
- $this->data['alias'] = $params['alias'];
|
|
|
+ $this->data['id'] = $this->actionElementId;
|
|
|
}
|
|
|
|
|
|
public function update()
|
|
|
@@ -52,6 +41,13 @@ class DeleteEmailAliasDataProvider extends BaseDataProvider
|
|
|
/**
|
|
|
* product manager allow to check product settings
|
|
|
*/
|
|
|
+ logModuleCall(
|
|
|
+ 'kerioEmail',
|
|
|
+ __FUNCTION__,
|
|
|
+ $this->data['id'],
|
|
|
+ 'Debug Error',
|
|
|
+ $this
|
|
|
+ );
|
|
|
$productManager = new ProductManager();
|
|
|
$productManager->loadByHostingId($hid);
|
|
|
|