]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/public.php
show tag cloud in public stream
[quix0rs-gnu-social.git] / actions / public.php
index 6ab9d1de9c0687bcf51a4cde115c991fe75ac8c7..90e0e6e2594c5e0a8b149bc7fa6275559b1d6b30 100644 (file)
@@ -226,8 +226,8 @@ class PublicAction extends Action
         $ibs->show();
         $pop = new PopularNoticeSection($this);
         $pop->show();
-        $gbp = new GroupsByMembersSection($this);
-        $gbp->show();
+        $cloud = new PublicTagCloudSection($this);
+        $cloud->show();
         $feat = new FeaturedUsersSection($this);
         $feat->show();
     }