From 65012195efc6d4c2daf5833262e6d00be43360c9 Mon Sep 17 00:00:00 2001 From: paca70 Date: Fri, 24 Sep 2004 08:56:47 +0000 Subject: [PATCH] Fixed typo --- auth/ldap/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5