]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Include the current profile in popular notice section for all
authorEvan Prodromou <evan@status.net>
Thu, 20 Oct 2011 14:54:33 +0000 (10:54 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 20 Oct 2011 14:54:33 +0000 (10:54 -0400)
actions/all.php

index 6e6dae5d167b69ccd70e0284de042a2ab6d6bc7b..b9f9bdd503608ea36335672b04dfe2240ef4f8f1 100644 (file)
@@ -223,7 +223,7 @@ class AllAction extends ProfileAction
         // XXX: make this a little more convenient
 
         if (!common_config('performance', 'high')) {
-            $pop = new PopularNoticeSection($this);
+            $pop = new PopularNoticeSection($this, Profile::current());
             $pop->show();
             $pop = new InboxTagCloudSection($this, $this->user);
             $pop->show();