From a44240fa893efa54c982067faec9446c21ccf4d4 Mon Sep 17 00:00:00 2001 From: martinlanghoff Date: Mon, 19 Nov 2007 02:43:16 +0000 Subject: [PATCH] Fix typo in ntlmsso_finish() MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Iñaki Arenaza Author: Iñaki Arenaza Committer: Martin Langhoff --- auth/ldap/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5