forked from GNUsocial/gnu-social
fix problem with missing list subscribers
This commit is contained in:
parent
a19b194a31
commit
2678b937b1
@ -350,17 +350,7 @@ class ShowprofiletagAction extends Action
|
||||
}
|
||||
}
|
||||
|
||||
if ($cnt > PROFILES_PER_MINILIST) {
|
||||
$this->elementStart('p');
|
||||
$this->element('a', array('href' => common_local_url('profiletagsubscribers',
|
||||
array('nickname' => $this->tagger->nickname,
|
||||
'profiletag' => $this->peopletag->tag)),
|
||||
'class' => 'more'),
|
||||
// TRANS: Link for more "People following tag x"
|
||||
// TRANS: if there are more than the mini list's maximum.
|
||||
_('All subscribers'));
|
||||
$this->elementEnd('p');
|
||||
}
|
||||
// FIXME: link to full list
|
||||
|
||||
Event::handle('EndShowProfileTagSubscribersMiniList', array($this));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user