mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-72348-master' of git://github.com/sarjona/moodle
This commit is contained in:
commit
04ff28f00c
14 changed files with 28 additions and 637 deletions
|
@ -2862,5 +2862,15 @@ function xmldb_main_upgrade($oldversion) {
|
|||
upgrade_main_savepoint(true, 2021092400.03);
|
||||
}
|
||||
|
||||
if ($oldversion < 2021100300.01) {
|
||||
// Remove repository_skydrive (unless it has manually been added back).
|
||||
if (!file_exists($CFG->dirroot . '/repository/skydrive/lib.php')) {
|
||||
unset_all_config_for_plugin('repository_skydrive');
|
||||
}
|
||||
|
||||
// Main savepoint reached.
|
||||
upgrade_main_savepoint(true, 2021100300.01);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue