mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
fixed bug preventing move of module to bottom of section 0
This commit is contained in:
parent
b8db385fa1
commit
78bf3de3fe
1 changed files with 1 additions and 1 deletions
|
@ -961,7 +961,7 @@ function print_section($course, $section, $mods, $modnamesused, $absolute=false,
|
||||||
}
|
}
|
||||||
if ($ismoving) {
|
if ($ismoving) {
|
||||||
echo "<tr><td><a title=\"$strmovefull\"".
|
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\" ".
|
"<img height=\"16\" width=\"80\" src=\"$CFG->pixpath/movehere.gif\" ".
|
||||||
" alt=\"$strmovehere\" border=\"0\"></a></td></tr>\n";
|
" alt=\"$strmovehere\" border=\"0\"></a></td></tr>\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue