Fix typo in ntlmsso_finish()
Signed-off-by: Iñaki Arenaza <[email protected]> Author: Iñaki Arenaza <[email protected]> Committer: Martin Langhoff <[email protected]>
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user