|
|
@@ -188,13 +188,13 @@ class Response extends SymfonyRespose
|
|
|
'tagImageModule' => $addon->getConfigValue('moduleIcon'),
|
|
|
'isDebug' => (bool)((int)$addon->getConfigValue('debug', "0")),
|
|
|
'errorPageDetails' => $this->getErrorPageData($responseResolver),
|
|
|
- 'dnsvars' => DnsHelper::KerioEmailCheckDNS($this->getWhmcsParams())
|
|
|
+ 'dnsvars' => DnsHelper::KerioEmailCheckDNS($this->getWhmcsParamByKey('domain'))
|
|
|
];
|
|
|
|
|
|
logModuleCall(
|
|
|
'kerioEmail',
|
|
|
__FUNCTION__,
|
|
|
- $this->getWhmcsParams(),
|
|
|
+ $this->getWhmcsParamByKey('domain'),
|
|
|
'Debug',
|
|
|
$vars
|
|
|
);
|