diff options
-rw-r--r-- | actions/peopletag.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/peopletag.php b/actions/peopletag.php index d819885b2..102a7d744 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(); |