forked from GNUsocial/gnu-social
bad page
darcs-hash:20081120224708-84dde-2c259c12a3ac553f431430e016074e02ad5ae3b9.gz
This commit is contained in:
parent
21dfd5e11e
commit
6bb88196e5
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user