darcs-hash:20081120224708-84dde-2c259c12a3ac553f431430e016074e02ad5ae3b9.gz
This commit is contained in:
Evan Prodromou 2008-11-20 17:47:08 -05:00
parent 21dfd5e11e
commit 6bb88196e5

View File

@ -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();