]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/all.php
Remove trailing whitespace in UI text.
[quix0rs-gnu-social.git] / 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();