]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
re-enable invite button and popular notice section on home stream
authorEvan Prodromou <evan@status.net>
Sat, 23 Apr 2011 17:45:43 +0000 (13:45 -0400)
committerEvan Prodromou <evan@status.net>
Sat, 23 Apr 2011 17:45:43 +0000 (13:45 -0400)
actions/all.php

index 9350c9a849374ea793b8f2efc5bdf2978192c3c6..f558c3925f7919f3dcd938973304a225be7a485f 100644 (file)
@@ -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();
     }