]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/public.php
Merge branch '1.0.x' into people_tags_rebase
[quix0rs-gnu-social.git] / actions / public.php
index b0294072504d9c5cca88c16cce6e6b89fca99bf1..d2b0373dc69382aad8951b88cc9f664117e90164 100644 (file)
@@ -223,6 +223,8 @@ class PublicAction extends Action
         $pop->show();
         $gbp = new GroupsByMembersSection($this);
         $gbp->show();
+        $ptp = new PeopletagsBySubsSection($this);
+        $ptp->show();
         $feat = new FeaturedUsersSection($this);
         $feat->show();
     }