From: martin Date: Thu, 26 Sep 2002 13:05:18 +0000 (+0000) Subject: After upgrading version, stay on admin page rather than going to home X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f1f901c3ea2bb4a642136da36721b539ce435b91;p=moodle.git After upgrading version, stay on admin page rather than going to home page, just in case there is more to do. --- diff --git a/admin/index.php b/admin/index.php index 1ee50f1760..885b16ff17 100644 --- a/admin/index.php +++ b/admin/index.php @@ -71,7 +71,7 @@ $db->debug=false; if (set_field("config", "value", "$version", "name", "version")) { notify($strdatabasesuccess); - print_continue("$CFG->wwwroot"); + print_continue("index.php"); die; } else { notify("Upgrade failed! (Could not update version in config table)");