From: martinlanghoff Date: Wed, 14 Nov 2007 22:17:58 +0000 (+0000) Subject: MDL-9399 - auth/ldap NTLM SSO - fix missing global X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4025cf8031cc97d78637b8886bb32404188829c3;p=moodle.git MDL-9399 - auth/ldap NTLM SSO - fix missing global --- 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');