mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Fixed typo
This commit is contained in:
parent
ba1ceab2f5
commit
65012195ef
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue