diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-11-20 17:47:08 -0500 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-11-20 17:47:08 -0500 |
commit | 6bb88196e5c47294c4c2293a984d0f8a933f5f58 (patch) | |
tree | a88d24fd55c7fef22e9a3f4f8db60c2462cfd541 | |
parent | 21dfd5e11e11304d74d1b9016d6d2794e7ddcf27 (diff) |
bad page
darcs-hash:20081120224708-84dde-2c259c12a3ac553f431430e016074e02ad5ae3b9.gz
-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(); |