]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tag.php
Merge branch '0.7.x' into 0.8.x
[quix0rs-gnu-social.git] / actions / tag.php
index 7f82c2a581e4456af92af23c777b7a58dc8d017e..3944bea43d8a70b69237dc95c8fff4b1127f4f2b 100644 (file)
@@ -45,6 +45,13 @@ class TagAction extends Action
         return true;
     }
 
+    function showSections()
+    {
+        $pop = new PopularNoticeSection($this);
+        $pop->show();
+    }
+
+
     function title()
     {
         if ($this->page == 1) {