From 8dcc4476891132d21b26707fe3327147d8c14b36 Mon Sep 17 00:00:00 2001 From: skodak Date: Mon, 11 Sep 2006 21:20:47 +0000 Subject: [PATCH] fixed funny continue button during installation --- admin/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/index.php b/admin/index.php index d07929a9fa..d60655fd26 100644 --- a/admin/index.php +++ b/admin/index.php @@ -363,7 +363,7 @@ $cat = new Object(); $cat->name = get_string('miscellaneous'); if (insert_record('course_categories', $cat)) { - print_continue("index.php"); + redirect('index.php'); } else { error("Serious Error! Could not set up a default course category!"); } @@ -418,7 +418,7 @@ /// Set up the admin user if (empty($CFG->rolesactive)) { - redirect("user.php"); + redirect('user.php'); } /// Check for valid admin user -- 2.39.5