Merge branch 'MDL-81989-401' of https://github.com/lameze/moodle into MOODLE_401_STABLE

This commit is contained in:
Huong Nguyen
2024-06-06 22:23:26 +08:00
committed by Jun Pataleta
Regular → Executable
+1 -4
View File
@@ -478,7 +478,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;
}
@@ -610,11 +610,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;
}