MDL-9399 - auth/ldap NTLM SSO - fix missing global

This commit is contained in:
martinlanghoff 2007-11-14 22:17:58 +00:00
parent 065e2cc094
commit 4025cf8031

View 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');