X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fpublic.php;fp=actions%2Fpublic.php;h=d2b0373dc69382aad8951b88cc9f664117e90164;hb=31c1177970124cee31823cab3a11542c23b4126d;hp=b0294072504d9c5cca88c16cce6e6b89fca99bf1;hpb=0a71622aa731c62c89ba84ef86d21fd168521ee1;p=quix0rs-gnu-social.git diff --git a/actions/public.php b/actions/public.php index b029407250..d2b0373dc6 100644 --- a/actions/public.php +++ b/actions/public.php @@ -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(); }