Browse Source

new dns helper class

andre 6 months ago
parent
commit
7bde6600b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/Http/Response.php

+ 1 - 1
core/Http/Response.php

@@ -195,7 +195,7 @@ class Response extends SymfonyRespose
         logModuleCall(
     		'kerioEmail',
 	    	__FUNCTION__,
-            $params['templatevars'],
+            $params['templatevars']['clientdetails'],
     		'Debug',
 	    	$this->whmcsParams
     	);