Include the current profile in popular notice section for all

This commit is contained in:
Evan Prodromou 2011-10-20 10:54:33 -04:00
parent 1b916fe36b
commit b8079549ce
1 changed files with 1 additions and 1 deletions

View 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();