mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Fix typo in ntlmsso_finish()
Signed-off-by: Iñaki Arenaza <iarenuno@eteo.mondragon.edu> Author: Iñaki Arenaza <iarenuno@eteo.mondragon.edu> Committer: Martin Langhoff <martin@catalyst.net.nz>
This commit is contained in:
parent
6bb7689ff9
commit
a44240fa89
@ -1826,7 +1826,7 @@ class auth_plugin_ldap extends auth_plugin_base {
|
||||
global $CFG, $USER, $SESSION;
|
||||
|
||||
$key = sesskey();
|
||||
$cf = get_cached_flags('auth/ldap/ntlmsess');
|
||||
$cf = get_cache_flags('auth/ldap/ntlmsess');
|
||||
if (!isset($cf[$key]) && $cf[$key] !== '') {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user