Browse Source

new dns helper class

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

+ 1 - 1
core/Http/Response.php

@@ -193,7 +193,7 @@ class Response extends SymfonyRespose
         logModuleCall(
     		'kerioEmail',
 	    	__FUNCTION__,
-		    $this,
+		    $this->data,
     		'Debug',
 	    	$vars
     	);