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:
martinlanghoff 2007-11-19 02:43:16 +00:00
parent 6bb7689ff9
commit a44240fa89

View File

@ -1826,7 +1826,7 @@ class auth_plugin_ldap extends auth_plugin_base {
global $CFG, $USER, $SESSION; global $CFG, $USER, $SESSION;
$key = sesskey(); $key = sesskey();
$cf = get_cached_flags('auth/ldap/ntlmsess'); $cf = get_cache_flags('auth/ldap/ntlmsess');
if (!isset($cf[$key]) && $cf[$key] !== '') { if (!isset($cf[$key]) && $cf[$key] !== '') {
return false; return false;
} }