]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-9399 - auth/ldap NTLM SSO - fix missing global
authormartinlanghoff <martinlanghoff>
Wed, 14 Nov 2007 22:17:58 +0000 (22:17 +0000)
committermartinlanghoff <martinlanghoff>
Wed, 14 Nov 2007 22:17:58 +0000 (22:17 +0000)
auth/ldap/auth.php

index 73418b993061c97fa42b8eb38dfd897b7528cc49..b677981714d514a492e410d3ee5db9ff37adc9bb 100644 (file)
@@ -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');