use notice list instead of threaded for list view

This commit is contained in:
Evan Prodromou 2011-04-15 18:56:24 -04:00
parent 9eafc8d0ba
commit 3ba4258f9e
1 changed files with 1 additions and 1 deletions

View 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();