From 6bb88196e5c47294c4c2293a984d0f8a933f5f58 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 20 Nov 2008 17:47:08 -0500 Subject: bad page darcs-hash:20081120224708-84dde-2c259c12a3ac553f431430e016074e02ad5ae3b9.gz --- actions/peopletag.php | 4 ++-- 1 file 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(); -- cgit v1.2.3-54-g00ecf