diff --git a/actions/all.php b/actions/all.php index 9350c9a849..f558c3925f 100644 --- a/actions/all.php +++ b/actions/all.php @@ -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(); }