]> git.mjollnir.org Git - moodle.git/commitdiff
After upgrading version, stay on admin page rather than going to home
authormartin <martin>
Thu, 26 Sep 2002 13:05:18 +0000 (13:05 +0000)
committermartin <martin>
Thu, 26 Sep 2002 13:05:18 +0000 (13:05 +0000)
page, just in case there is more to do.

admin/index.php

index 1ee50f17604d72a148ae388647b6faabdf0dabe0..885b16ff1716d4f6bc917d1672901ce6587a853f 100644 (file)
@@ -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)");