From e7c8897a3b7953af30a8861c39a203adde9043bc Mon Sep 17 00:00:00 2001
From: Jacob Christiansen <jach@wayf.dk>
Date: Tue, 4 Jan 2011 15:06:05 +0000
Subject: [PATCH] Set checked to FALSE as default

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2698 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/consent/lib/Auth/Process/Consent.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/consent/lib/Auth/Process/Consent.php b/modules/consent/lib/Auth/Process/Consent.php
index 3f38e471f..ed3a306dc 100644
--- a/modules/consent/lib/Auth/Process/Consent.php
+++ b/modules/consent/lib/Auth/Process/Consent.php
@@ -97,6 +97,7 @@ class sspmod_consent_Auth_Process_Consent extends SimpleSAML_Auth_ProcessingFilt
 			$this->includeValues = $config['includeValues'];
 		}
 
+		$this->checked = FALSE;
 		if (array_key_exists('checked', $config)) {
 			$this->checked = $config['checked'];
 		}
-- 
GitLab