summaryrefslogtreecommitdiff
path: root/actions/peopletag.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-11-20 17:47:08 -0500
committerEvan Prodromou <evan@prodromou.name>2008-11-20 17:47:08 -0500
commit6bb88196e5c47294c4c2293a984d0f8a933f5f58 (patch)
treea88d24fd55c7fef22e9a3f4f8db60c2462cfd541 /actions/peopletag.php
parent21dfd5e11e11304d74d1b9016d6d2794e7ddcf27 (diff)
bad page
darcs-hash:20081120224708-84dde-2c259c12a3ac553f431430e016074e02ad5ae3b9.gz
Diffstat (limited to 'actions/peopletag.php')
-rw-r--r--actions/peopletag.php4
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();