|
@@ -101,7 +101,7 @@ class Accounts extends DataTable implements ClientArea
|
|
|
public function initContent()
|
|
public function initContent()
|
|
|
{
|
|
{
|
|
|
$productManager = new ProductManager();
|
|
$productManager = new ProductManager();
|
|
|
- $productManager->loadByHostingId($$this->getWhmcsParamByKey('id'));
|
|
|
|
|
|
|
+ $productManager->loadByHostingId($this->getRequestValue('id'));
|
|
|
|
|
|
|
|
logModuleCall(
|
|
logModuleCall(
|
|
|
'kerioEmail',
|
|
'kerioEmail',
|