|
|
@@ -22,6 +22,7 @@ class Response extends SymfonyRespose
|
|
|
use \ThurData\Servers\KerioEmail\Core\Traits\Template;
|
|
|
use \ThurData\Servers\KerioEmail\Core\Traits\IsAdmin;
|
|
|
use \ThurData\Servers\KerioEmail\Core\UI\Traits\RequestObjectHandler;
|
|
|
+ use \ThurData\Servers\KerioEmail\Core\UI\Traits\WhmcsParams;
|
|
|
|
|
|
protected $data = [];
|
|
|
protected $lang;
|
|
|
@@ -187,8 +188,17 @@ class Response extends SymfonyRespose
|
|
|
'tagImageModule' => $addon->getConfigValue('moduleIcon'),
|
|
|
'isDebug' => (bool)((int)$addon->getConfigValue('debug', "0")),
|
|
|
'errorPageDetails' => $this->getErrorPageData($responseResolver),
|
|
|
- 'dnsvars' => DnsHelper::KerioEmailCheckDNS($params)
|
|
|
+ 'dnsvars' => DnsHelper::KerioEmailCheckDNS($this->params)
|
|
|
];
|
|
|
+
|
|
|
+ logModuleCall(
|
|
|
+ 'kerioEmail',
|
|
|
+ __FUNCTION__,
|
|
|
+ $this,
|
|
|
+ 'Debug',
|
|
|
+ $vars
|
|
|
+ );
|
|
|
+
|
|
|
try
|
|
|
{
|
|
|
$this->loadLangContext();
|