Skip to content
Snippets Groups Projects
Commit db538fbc authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Set method to be public

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@400 44740490-163a-0410-bde0-09ae8108e29a
parent d06d8b48
No related branches found
No related tags found
No related merge requests found
......@@ -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])) {
......
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