]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
use notice list instead of threaded for list view
authorEvan Prodromou <evan@status.net>
Fri, 15 Apr 2011 22:56:24 +0000 (18:56 -0400)
committerEvan Prodromou <evan@status.net>
Fri, 15 Apr 2011 22:56:24 +0000 (18:56 -0400)
actions/showprofiletag.php

index f33021bf6245f748bbc5dee628471921cde31683..244e0e75d14939368466f20af95b883adcd35710 100644 (file)
@@ -244,7 +244,7 @@ class ShowprofiletagAction extends Action
     function showNotices()
     {
         if (Event::handle('StartShowProfileTagContent', array($this))) {
-            $nl = new ThreadedNoticeList($this->notice, $this, $this->userProfile);
+            $nl = new NoticeList($this->notice, $this);
 
             $cnt = $nl->show();