diff --git a/actions/peopletag.php b/actions/peopletag.php index d819885b28..102a7d7441 100644 --- a/actions/peopletag.php +++ b/actions/peopletag.php @@ -45,12 +45,12 @@ class PeopletagAction extends Action { common_show_header(sprintf(_('Users self-tagged with %s - page %d'), $tag, $page), NULL, $tag, array($this, 'show_top')); - $this->show_people($tag); + $this->show_people($tag, $page); common_show_footer(); } - function show_people($tag) { + function show_people($tag, $page) { $profile = new Profile();