Include the current profile in popular notice section for all
This commit is contained in:
parent
1b916fe36b
commit
b8079549ce
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user