Skip to content
Snippets Groups Projects
Commit 55a8bfa5 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix namespace

parent 47f5fb0f
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ if ($organizations === null || !empty($organization)) {
}
if ($source->getRememberOrganizationEnabled()) {
$sessionHandler = SimpleSAML_SessionHandler::getSessionHandler();
$sessionHandler = \SimpleSAML\SessionHandler::getSessionHandler();
$params = $sessionHandler->getCookieParams();
$params['expire'] = time();
$params['expire'] += (isset($_REQUEST['remember_organization']) && $_REQUEST['remember_organization'] == 'Yes' ? 31536000 : -300);
......
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