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

[Consent] Function called statically in both Consent and ConsentAdmin, so

function is declared as static. 


git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2668 44740490-163a-0410-bde0-09ae8108e29a
parent 0986e889
No related branches found
No related tags found
No related merge requests found
...@@ -235,7 +235,7 @@ class sspmod_consent_Auth_Process_Consent extends SimpleSAML_Auth_ProcessingFilt ...@@ -235,7 +235,7 @@ class sspmod_consent_Auth_Process_Consent extends SimpleSAML_Auth_ProcessingFilt
* Get a hash value that changes when attributes are added or attribute values changed. * Get a hash value that changes when attributes are added or attribute values changed.
* @param boolean $includeValues Whether or not to include the attribute value in the generation of the hash. * @param boolean $includeValues Whether or not to include the attribute value in the generation of the hash.
*/ */
public function getAttributeHash($attributes, $includeValues = FALSE) { public static function getAttributeHash($attributes, $includeValues = FALSE) {
$hashBase = NULL; $hashBase = NULL;
if ($includeValues) { if ($includeValues) {
......
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