]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tag.php
Actually use the PrimaryNoticeList in actions
[quix0rs-gnu-social.git] / actions / tag.php
index 5e52630c8556660038f62c3ee1e854c9d1dbc09c..0fc2c5152e530acb3b186503ba4b305819a1bc64 100644 (file)
@@ -110,7 +110,7 @@ class TagAction extends ManagedAction
     {
         if(Event::handle('StartTagShowContent', array($this))) {
 
-            $nl = new NoticeList($this->notice, $this);
+            $nl = new PrimaryNoticeList($this->notice, $this, array('show_n'=>NOTICES_PER_PAGE));
 
             $cnt = $nl->show();