diff --git a/actions/showprofiletag.php b/actions/showprofiletag.php index f33021bf62..244e0e75d1 100644 --- a/actions/showprofiletag.php +++ b/actions/showprofiletag.php @@ -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();