]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed missing slashes
authormoodler <moodler>
Wed, 30 Jul 2003 05:21:24 +0000 (05:21 +0000)
committermoodler <moodler>
Wed, 30 Jul 2003 05:21:24 +0000 (05:21 +0000)
user/edit.php

index a1097d275da9951431362cb9b9e1e06d787aea33..42d994d8a407e1cd1252ece5a4ecf25e2c3fe9ba 100644 (file)
@@ -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 {
 
         $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", "");
     }