Merge branch 'MDL-81989-main' of https://github.com/lameze/moodle

This commit is contained in:
Huong Nguyen
2024-06-06 22:02:36 +08:00
committed by Jun Pataleta
Regular → Executable
+1 -4
View File
@@ -482,7 +482,7 @@ if ($config->stage == INSTALL_DATABASE) {
if ($hint_database !== '') {
echo '<div class="alert alert-danger">'.$hint_database.'</div>';
}
echo '</div>';
install_print_footer($config);
die;
}
@@ -614,11 +614,8 @@ if ($config->stage == INSTALL_PATHS) {
if ($hint_admindir !== '') {
echo '<div class="alert alert-danger">'.$hint_admindir.'</div>';
}
echo '</div>';
}
echo '</div>';
install_print_footer($config);
die;
}