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