Skip to content
Snippets Groups Projects
Commit e7c8897a authored by Jacob Christiansen's avatar Jacob Christiansen
Browse files

Set checked to FALSE as default

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2698 44740490-163a-0410-bde0-09ae8108e29a
parent d616d515
No related branches found
No related tags found
No related merge requests found
......@@ -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'];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment