|
|
@@ -169,6 +169,7 @@ class Response extends SymfonyRespose
|
|
|
|
|
|
$addon = ServiceLocator::call(Config::class);
|
|
|
$params = $this->getWhmcsParamsByKeys(['domain', 'userid', 'serverhostname']);
|
|
|
+ $this->initWhmcsParams();
|
|
|
$vars = [
|
|
|
'assetsURL' => BuildUrl::getAssetsURL(),
|
|
|
'customAssetsURL' => BuildUrl::getAssetsURL(true),
|
|
|
@@ -196,7 +197,7 @@ class Response extends SymfonyRespose
|
|
|
__FUNCTION__,
|
|
|
$params,
|
|
|
'Debug',
|
|
|
- $this->params
|
|
|
+ $this
|
|
|
);
|
|
|
|
|
|
try
|