Fixed trivial issues with report.php
This commit is contained in:
parent
91cc331a89
commit
fa1c0cfaeb
1 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ echo $OUTPUT->heading(get_string('modulenameplural', 'customcert'));
|
|||
groups_print_activity_menu($cm, $url);
|
||||
// If perpage is not set to 0 (displaying all issues), we may need a paging bar.
|
||||
if ($perpage !== 0) {
|
||||
echo $OUTPUT->paging_bar(count($users), $page, $perpage, $url);
|
||||
echo $OUTPUT->paging_bar(count((array) $users), $page, $perpage, $url);
|
||||
}
|
||||
echo '<br />';
|
||||
echo html_writer::table($table);
|
||||
|
|
Loading…
Reference in a new issue