From: martinlanghoff Date: Mon, 19 Nov 2007 02:43:16 +0000 (+0000) Subject: Fix typo in ntlmsso_finish() X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a44240fa893efa54c982067faec9446c21ccf4d4;p=moodle.git Fix typo in ntlmsso_finish() Signed-off-by: Iñaki Arenaza Author: Iñaki Arenaza Committer: Martin Langhoff --- diff --git a/auth/ldap/auth.php b/auth/ldap/auth.php index c6e651cabb..55f35d9085 100644 --- a/auth/ldap/auth.php +++ b/auth/ldap/auth.php @@ -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; }