mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
fixed funny continue button during installation
This commit is contained in:
parent
30cef24b15
commit
8dcc447689
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue