mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-66994 upgrade: Move upgrade step after 4.4.0 release upgrade line
This commit is contained in:
parent
c7a07f2bab
commit
4da240f2a2
@ -1167,6 +1167,9 @@ function xmldb_main_upgrade($oldversion) {
|
||||
upgrade_main_savepoint(true, 2024041200.00);
|
||||
}
|
||||
|
||||
// Automatically generated Moodle v4.4.0 release upgrade line.
|
||||
// Put any upgrade step following this.
|
||||
|
||||
if ($oldversion < 2024070500.01) {
|
||||
// Remove the site_contactable config of the hub plugin from config plugin table.
|
||||
unset_config('site_contactable', 'hub');
|
||||
@ -1175,8 +1178,5 @@ function xmldb_main_upgrade($oldversion) {
|
||||
upgrade_main_savepoint(true, 2024070500.01);
|
||||
}
|
||||
|
||||
// Automatically generated Moodle v4.4.0 release upgrade line.
|
||||
// Put any upgrade step following this.
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user