]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/public.php
Merge remote-tracking branch 'mainline/1.0.x' into people_tags_rebase
[quix0rs-gnu-social.git] / actions / public.php
index 1b6c14b2e6676842ef81e62135cf0db5ab0218c5..871859cd331edc43c6c72a0ffd94d204c500753a 100644 (file)
@@ -226,6 +226,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();
     }