]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add groups by notice to public
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 22 Jan 2009 20:17:32 +0000 (20:17 +0000)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 22 Jan 2009 20:17:32 +0000 (20:17 +0000)
actions/public.php

index 8ce7fbee3ea54c2ab87e54fb8f04f2c615236ff2..b51a95f24469cc07ee06f9383d8bbfed64a2baf6 100644 (file)
@@ -204,5 +204,7 @@ class PublicAction extends Action
         $top->show();
         $pop = new PopularNoticeSection($this);
         $pop->show();
+        $gbp = new GroupsByPostsSection($this);
+        $gbp->show();
     }
 }