]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
no popular notice section for tags
authorEvan Prodromou <evan@status.net>
Thu, 14 Apr 2011 19:33:59 +0000 (15:33 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 14 Apr 2011 19:33:59 +0000 (15:33 -0400)
actions/tag.php

index 045fac97b52286e1f9839f607ea15ced53840d76..f3514bef55a2152af619f7ee57693d7a33183e08 100644 (file)
@@ -55,12 +55,6 @@ class TagAction extends Action
         return true;
     }
 
-    function showSections()
-    {
-        $pop = new PopularNoticeSection($this);
-        $pop->show();
-    }
-
     function title()
     {
         if ($this->page == 1) {