diff --git a/config-templates/config.php b/config-templates/config.php
index 41b4bccf3864bb4d496e5fb55a1f56adbc73e5b7..f2469278cc55541eb32eb3c96b8c81a4cca6888f 100644
--- a/config-templates/config.php
+++ b/config-templates/config.php
@@ -254,13 +254,14 @@ $config = array (
 		
 		/*
 		 * Consent module is enabled (with no permanent storage, using cookies).
-		 */
+
 		90 => array(
 			'class' 	=> 'consent:Consent', 
 			'store' 	=> 'consent:Cookie', 
 			'focus' 	=> 'yes', 
 			'checked' 	=> TRUE
 		),
+		 */
 		// If language is set in Consent module it will be added as an attribute.
  		99 => 'core:LanguageAdaptor',
 	),