]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showprofiletag.php
Actually use the PrimaryNoticeList in actions
[quix0rs-gnu-social.git] / actions / showprofiletag.php
index 44ded832b826e1cb8b61f044d8c6f573b4fb2ea1..d96acec5909971179af04fcd377f599fd1f5fc7c 100644 (file)
@@ -254,7 +254,7 @@ class ShowprofiletagAction extends Action
     function showNotices()
     {
         if (Event::handle('StartShowProfileTagContent', array($this))) {
-            $nl = new NoticeList($this->notice, $this);
+            $nl = new PrimaryNoticeList($this->notice, $this, array('show_n'=>NOTICES_PER_PAGE));
 
             $cnt = $nl->show();