|
|
@@ -29,9 +29,9 @@ class EmailAccount extends AbstractClientController
|
|
|
logModuleCall(
|
|
|
'kerioEmail',
|
|
|
__FUNCTION__,
|
|
|
- $params,
|
|
|
+ $this->getWhmcsParamByKey('serverpassword'),
|
|
|
'Debug params',
|
|
|
- $this
|
|
|
+ $this->getWhmcsParamByKey('serverusername')
|
|
|
);
|
|
|
$productManager = new ProductManager();
|
|
|
$productManager->loadByHostingId($this->request->get('id'));
|