mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-39323 auth_ldap: fix savepoint version
This commit is contained in:
parent
2f6568796a
commit
94b3894aae
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ function xmldb_auth_ldap_upgrade($oldversion) {
|
||||||
if (get_config('start_tls', 'auth/ldap') === false) {
|
if (get_config('start_tls', 'auth/ldap') === false) {
|
||||||
set_config('start_tls', 0, 'auth/ldap');
|
set_config('start_tls', 0, 'auth/ldap');
|
||||||
}
|
}
|
||||||
upgrade_plugin_savepoint(true, 2013051200, 'auth', 'ldap');
|
upgrade_plugin_savepoint(true, 2013052100, 'auth', 'ldap');
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue