MDL-76290 upgradelib: Set title ealier in upgrade_noncore.
Fixing regression by MDL-75751 where title was set when body already existed
This commit is contained in:
@@ -1948,6 +1948,7 @@ function upgrade_noncore($verbose) {
|
||||
purge_all_caches();
|
||||
|
||||
$plugintypes = core_component::get_plugin_types();
|
||||
upgrade_started();
|
||||
foreach ($plugintypes as $type=>$location) {
|
||||
upgrade_plugins($type, 'print_upgrade_part_start', 'print_upgrade_part_end', $verbose);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user