Skip to content

Commit

Permalink
Fixed missing slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jul 30, 2003
1 parent c540442 commit dd85cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
}
if (isset($USER->newadminuser)) {
unset($USER->newadminuser);
redirect("$CFG->wwwroot", get_string("changessaved"));
redirect("$CFG->wwwroot/", get_string("changessaved"));
}
redirect("$CFG->wwwroot/user/view.php?id=$user->id&course=$course->id", get_string("changessaved"));
} else {
Expand Down Expand Up @@ -140,7 +140,7 @@

$stradministration = get_string("administration");
print_header("$course->shortname: $streditmyprofile", "$course->fullname",
"<A HREF=\"$CFG->wwwroot/admin\">$stradministration</A> ->
"<A HREF=\"$CFG->wwwroot/admin/\">$stradministration</A> ->
$straddnewuser", "");
}

Expand Down

0 comments on commit dd85cc8

Please sign in to comment.