]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/all.php
Email notify-on-fave moved to Profile_prefs (run upgrade.php)
[quix0rs-gnu-social.git] / actions / all.php
index 2a3c0ef0b622950dc61b19a89eacc0357ed944b7..5933d009466047ff4e345133c6e5598cea985502 100644 (file)
@@ -196,8 +196,6 @@ class AllAction extends ProfileAction
         // XXX: make this a little more convenient
 
         if (!common_config('performance', 'high')) {
-            $pop = new PopularNoticeSection($this, $this->scoped);
-            $pop->show();
             $pop = new InboxTagCloudSection($this, $this->target);
             $pop->show();
         }