From 4025cf8031cc97d78637b8886bb32404188829c3 Mon Sep 17 00:00:00 2001 From: martinlanghoff Date: Wed, 14 Nov 2007 22:17:58 +0000 Subject: [PATCH] MDL-9399 - auth/ldap NTLM SSO - fix missing global --- auth/ldap/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/ldap/auth.php b/auth/ldap/auth.php index 73418b9930..b677981714 100644 --- a/auth/ldap/auth.php +++ b/auth/ldap/auth.php @@ -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'); -- 2.39.5