From 30f9bdaa044712465fd5eeb1d02911037d6ec445 Mon Sep 17 00:00:00 2001
From: =?iso-8859-1?q?I=F1aki=20Arenaza?= <iarenuno@eteo.mondragon.edu>
Date: Sat, 17 Nov 2007 13:56:18 +0100
Subject: [PATCH] Fix typo in ntlmsso_finish()


Signed-off-by: Iņaki Arenaza <iarenuno@eteo.mondragon.edu>
---
 auth/ldap/auth.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/auth/ldap/auth.php b/auth/ldap/auth.php
index b677981..9485e80 100644
--- a/auth/ldap/auth.php
+++ b/auth/ldap/auth.php
@@ -1814,7 +1814,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;
         }
-- 
1.5.3.1


