diff --git a/course/lib.php b/course/lib.php index e82ef58a600..5ec4504493d 100644 --- a/course/lib.php +++ b/course/lib.php @@ -1654,7 +1654,7 @@ function make_editing_buttons($mod, $absolute=false, $moveselect=true, $indent=- } if ($section >= 0) { - $section = '&sr='.$section; // Section return + $section = '&sr='.$section; // Section return } else { $section = ''; }