Skip to content
Snippets Groups Projects
Commit af333cbb authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Fix namespace of SimpleSAML_Session

parent 9a2786d8
No related branches found
No related tags found
No related merge requests found
...@@ -152,7 +152,7 @@ class SessionHandlerPHP extends SessionHandler ...@@ -152,7 +152,7 @@ class SessionHandlerPHP extends SessionHandler
} else { } else {
$sessionId = bin2hex(openssl_random_pseudo_bytes(16)); $sessionId = bin2hex(openssl_random_pseudo_bytes(16));
} }
SimpleSAML_Session::createSession($sessionId); \SimpleSAML\Session::createSession($sessionId);
return $sessionId; return $sessionId;
} }
......
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