mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
course-category MDL-23058 Fixed pagination bug with category listing. Kudos Myles for the patch
This commit is contained in:
parent
7941cb2163
commit
8c5ce0ec59
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@
|
||||||
echo $OUTPUT->box_end();
|
echo $OUTPUT->box_end();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
echo $OUTPUT->paging_bar($totalcount, $page, $perpage, "/mod/course/category.php?id=$category->id&perpage=$perpage");
|
echo $OUTPUT->paging_bar($totalcount, $page, $perpage, "/course/category.php?id=$category->id&perpage=$perpage");
|
||||||
|
|
||||||
$strcourses = get_string('courses');
|
$strcourses = get_string('courses');
|
||||||
$strselect = get_string('select');
|
$strselect = get_string('select');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue