]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/public.php
Squashed commit of the following:
[quix0rs-gnu-social.git] / actions / public.php
index cf732fe464ef85766c2c83d248c08af671610d98..7bcdd3fae208de3eb1c175cb743b07a9a3aa4057 100644 (file)
@@ -255,7 +255,9 @@ class PublicAction extends Action
             $ibs->show();
         }
 
-        $pop = new PopularNoticeSection($this);
+        $p = Profile::current();
+
+        $pop = new PopularNoticeSection($this, $p);
         $pop->show();
         if (!common_config('performance', 'high')) {
             $cloud = new PublicTagCloudSection($this);