From: Evan Prodromou Date: Thu, 20 Nov 2008 22:47:08 +0000 (-0500) Subject: bad page X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6bb88196e5c47294c4c2293a984d0f8a933f5f58;p=quix0rs-gnu-social.git bad page darcs-hash:20081120224708-84dde-2c259c12a3ac553f431430e016074e02ad5ae3b9.gz --- 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();