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