]> git.mjollnir.org Git - moodle.git/commitdiff
fixed bug preventing move of module to bottom of section 0
authorgustav_delius <gustav_delius>
Sun, 22 Aug 2004 09:58:02 +0000 (09:58 +0000)
committergustav_delius <gustav_delius>
Sun, 22 Aug 2004 09:58:02 +0000 (09:58 +0000)
course/lib.php

index 8229e7cc0535b80011f69e51b8085a7a4e513a4e..8d3b0c263f4c12c45d0f8182cbc53a665b002cee 100644 (file)
@@ -961,7 +961,7 @@ function print_section($course, $section, $mods, $modnamesused, $absolute=false,
     }
     if ($ismoving) {
         echo "<tr><td><a title=\"$strmovefull\"".
-             " href=\"mod.php?movetosection=$section->id\">".
+             " href=\"$CFG->wwwroot/course/mod.php?movetosection=$section->id\">".
              "<img height=\"16\" width=\"80\" src=\"$CFG->pixpath/movehere.gif\" ".
              " alt=\"$strmovehere\" border=\"0\"></a></td></tr>\n";
     }