]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/public.php
people tag actions
[quix0rs-gnu-social.git] / actions / public.php
index 727c76d528a3531543b752fe07704c18dac04b4f..ca9af4601ef4d72fe76e8fa25e67308a35efd811 100644 (file)
@@ -232,6 +232,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();
     }