re-enable invite button and popular notice section on home stream
This commit is contained in:
parent
07d164f8bd
commit
f38a8abd34
|
@ -183,10 +183,10 @@ class AllAction extends ProfileAction
|
|||
|
||||
function showSections()
|
||||
{
|
||||
// $ibs = new InviteButtonSection($this);
|
||||
// $ibs->show();
|
||||
// $pop = new PopularNoticeSection($this);
|
||||
// $pop->show();
|
||||
$ibs = new InviteButtonSection($this);
|
||||
$ibs->show();
|
||||
$pop = new PopularNoticeSection($this);
|
||||
$pop->show();
|
||||
// $pop = new InboxTagCloudSection($this, $this->user);
|
||||
// $pop->show();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user