Merge branch 'MDL-81989-main' of https://github.com/lameze/moodle
This commit is contained in:
Regular → Executable
+1
-4
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user