Skip to content

Commit

Permalink
MDL-76290 upgradelib: Set title ealier in upgrade_noncore.
Browse files Browse the repository at this point in the history
Fixing regression by MDL-75751 where title was set
when body already existed
  • Loading branch information
ilyatregubov committed Nov 14, 2022
1 parent 7c3188b commit ddfb080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/upgradelib.php
Expand Up @@ -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);
}
Expand Down

0 comments on commit ddfb080

Please sign in to comment.