From db538fbc4c622ad1b300dce20aeef578c9b6d7ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Wed, 12 Mar 2008 12:19:38 +0000 Subject: [PATCH] Set method to be public git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@400 44740490-163a-0410-bde0-09ae8108e29a --- lib/SimpleSAML/Consent/Consent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SimpleSAML/Consent/Consent.php b/lib/SimpleSAML/Consent/Consent.php index 0ada2fee1..dbc8a23c7 100644 --- a/lib/SimpleSAML/Consent/Consent.php +++ b/lib/SimpleSAML/Consent/Consent.php @@ -72,7 +72,7 @@ class SimpleSAML_Consent_Consent { * * @return hash( eduPersonPrincipalName + salt + IdP-identifier ) */ - private function getHashedUserID() { + public function getHashedUserID() { $userid_attributename = $this->config->getValue('consent_userid', 'eduPersonPrincipalName'); if (empty($this->attributes[$userid_attributename])) { -- GitLab