Skip to content

Commit

Permalink
MDL-9399 - auth/ldap NTLM SSO - fix missing global
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlanghoff committed Nov 14, 2007
1 parent 065e2cc commit 4025cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/ldap/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -1811,7 +1811,7 @@ function ntlmsso_magic($sesskey) {
*
*/
function ntlmsso_finish() {
global $CFG, $USER;
global $CFG, $USER, $SESSION;

$key = sesskey();
$cf = get_cached_flags('auth/ldap/ntlmsess');
Expand Down

0 comments on commit 4025cf8

Please sign in to comment.