mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
After upgrading version, stay on admin page rather than going to home
page, just in case there is more to do.
This commit is contained in:
parent
9450cef212
commit
f1f901c3ea
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
$db->debug=false;
|
$db->debug=false;
|
||||||
if (set_field("config", "value", "$version", "name", "version")) {
|
if (set_field("config", "value", "$version", "name", "version")) {
|
||||||
notify($strdatabasesuccess);
|
notify($strdatabasesuccess);
|
||||||
print_continue("$CFG->wwwroot");
|
print_continue("index.php");
|
||||||
die;
|
die;
|
||||||
} else {
|
} else {
|
||||||
notify("Upgrade failed! (Could not update version in config table)");
|
notify("Upgrade failed! (Could not update version in config table)");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue