Skip to content
Snippets Groups Projects
Commit 74f04a06 authored by Olav Morken's avatar Olav Morken
Browse files

Auth_Default: Make extractPersistentAuthState public.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2848 44740490-163a-0410-bde0-09ae8108e29a
parent c8be6c60
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ class SimpleSAML_Auth_Default {
* @param array $state The state after the login.
* @return array The persistent authentication state.
*/
private static function extractPersistentAuthState(array &$state) {
public static function extractPersistentAuthState(array &$state) {
/* Save persistent authentication data. */
$persistentAuthState = array();
......
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