From b8079549cedbe0aa1f60e48c77ec1fc195731609 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 20 Oct 2011 10:54:33 -0400 Subject: [PATCH] Include the current profile in popular notice section for all --- actions/all.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();