mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
MDL-9399 - auth/ldap NTLM SSO - fix missing global
This commit is contained in:
parent
065e2cc094
commit
4025cf8031
@ -1811,7 +1811,7 @@ class auth_plugin_ldap extends auth_plugin_base {
|
||||
*
|
||||
*/
|
||||
function ntlmsso_finish() {
|
||||
global $CFG, $USER;
|
||||
global $CFG, $USER, $SESSION;
|
||||
|
||||
$key = sesskey();
|
||||
$cf = get_cached_flags('auth/ldap/ntlmsess');
|
||||
|
Loading…
x
Reference in New Issue
Block a user