use notice list instead of threaded for list view
This commit is contained in:
parent
9eafc8d0ba
commit
3ba4258f9e
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user