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()
|
function showSections()
|
||||||
{
|
{
|
||||||
// $ibs = new InviteButtonSection($this);
|
$ibs = new InviteButtonSection($this);
|
||||||
// $ibs->show();
|
$ibs->show();
|
||||||
// $pop = new PopularNoticeSection($this);
|
$pop = new PopularNoticeSection($this);
|
||||||
// $pop->show();
|
$pop->show();
|
||||||
// $pop = new InboxTagCloudSection($this, $this->user);
|
// $pop = new InboxTagCloudSection($this, $this->user);
|
||||||
// $pop->show();
|
// $pop->show();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user