Skip to content
Snippets Groups Projects
Unverified Commit da70f973 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

consent: remove excess declaration

parent f76d9969
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,6 @@
*/
class sspmod_consent_Auth_Process_Consent extends SimpleSAML_Auth_ProcessingFilter
{
/**
* Button to receive focus
*
......@@ -375,7 +374,6 @@ class sspmod_consent_Auth_Process_Consent extends SimpleSAML_Auth_ProcessingFilt
*/
public static function getAttributeHash($attributes, $includeValues = false)
{
$hashBase = null;
if ($includeValues) {
ksort($attributes);
$hashBase = serialize($attributes);
......
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