From 55a8bfa55cc9878e8331e1341db6c5c87d36d94a Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Sat, 28 Jul 2018 13:00:22 +0200 Subject: [PATCH] Fix namespace --- modules/core/www/loginuserpassorg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/www/loginuserpassorg.php b/modules/core/www/loginuserpassorg.php index 2b3472b61..5c12b2f39 100644 --- a/modules/core/www/loginuserpassorg.php +++ b/modules/core/www/loginuserpassorg.php @@ -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); -- GitLab