forked from GNUsocial/gnu-social
use notice list instead of threaded for list view
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user