|
|
@@ -171,7 +171,7 @@ class Response extends SymfonyRespose
|
|
|
$addon = ServiceLocator::call(Config::class);
|
|
|
$productManager = new ProductManager();
|
|
|
|
|
|
- $params = $this->getWhmcsParamsByKeys(['domain', 'userid', 'serverhostname', 'templatevars']);
|
|
|
+ $params = $this->getWhmcsParamsByKeys(['domain', 'userid', 'serverhostname', 'hostingid']);
|
|
|
|
|
|
$vars = [
|
|
|
'assetsURL' => BuildUrl::getAssetsURL(),
|
|
|
@@ -198,9 +198,9 @@ class Response extends SymfonyRespose
|
|
|
logModuleCall(
|
|
|
'kerioEmail',
|
|
|
__FUNCTION__,
|
|
|
- $params['templatevars'],
|
|
|
+ $params,
|
|
|
'Debug',
|
|
|
- $productManager->get('acc_base')
|
|
|
+ $productManager
|
|
|
);
|
|
|
|
|
|
try
|