From: paca70 Date: Fri, 24 Sep 2004 08:56:47 +0000 (+0000) Subject: Fixed typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=65012195efc6d4c2daf5833262e6d00be43360c9;p=moodle.git Fixed typo --- diff --git a/auth/ldap/lib.php b/auth/ldap/lib.php index 63a594bf4c..eacd58ab82 100644 --- a/auth/ldap/lib.php +++ b/auth/ldap/lib.php @@ -573,7 +573,7 @@ function auth_ldap_init () { }else { //use defaut value if user_type not set if(!empty($default[$key]['default'])){ - $CFG->$key = $default[$key][$value]['default']; + $CFG->$key = $default[$key]['default']; }else { unset($CFG->$key); }