From: Evan Prodromou <evan@status.net>
Date: Thu, 20 Oct 2011 14:54:33 +0000 (-0400)
Subject: Include the current profile in popular notice section for all
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b8079549cedbe0aa1f60e48c77ec1fc195731609;p=quix0rs-gnu-social.git

Include the current profile in popular notice section for all
---

diff --git a/actions/all.php b/actions/all.php
index 6e6dae5d16..b9f9bdd503 100644
--- a/actions/all.php
+++ b/actions/all.php
@@ -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();