Skip to content

Commit

Permalink
tags MDL-13404 Fixed listing of tagged users
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jan 19, 2010
1 parent 22dd0e9 commit 3884ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tag/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
echo $OUTPUT->heading($heading, 3);

$baseurl = new moodle_url('/tag/index.php', array('id' => $tag->id));
$pagingbar = moodle_paging_bar::make($totalcount, $page, $perpage, $baseurl);
$pagingbar = moodle_paging_bar::make($totalcount, $userpage, $perpage, $baseurl);
$pagingbar->pagevar = 'userpage';
echo $OUTPUT->paging_bar($pagingbar);
tag_print_tagged_users_table($tag, $userpage * $perpage, $perpage);
Expand Down

0 comments on commit 3884ae3

Please sign in to comment.