]> git.mjollnir.org Git - moodle.git/commitdiff
Fix typo in ntlmsso_finish()
authormartinlanghoff <martinlanghoff>
Mon, 19 Nov 2007 02:43:16 +0000 (02:43 +0000)
committermartinlanghoff <martinlanghoff>
Mon, 19 Nov 2007 02:43:16 +0000 (02:43 +0000)
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>

auth/ldap/auth.php

index c6e651cabb6131d662310f04c496dbd1bab2cfdb..55f35d908508f59397e8e25b7fc6398bccb388e7 100644 (file)
@@ -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;
         }