mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Comments/Replies
* also show replies on latest-comments utility page * sort replies by score DESC
This commit is contained in:
@@ -151,7 +151,7 @@ class UserPage extends GenericPage
|
||||
}
|
||||
|
||||
// Comments
|
||||
if ($_ = CommunityContent::getCommentPreviews(['user' => $this->user['id'], 'replies' => false], $nFound))
|
||||
if ($_ = CommunityContent::getCommentPreviews(['user' => $this->user['id'], 'comments' => true], $nFound))
|
||||
{
|
||||
$tabData = array(
|
||||
'data' => $_,
|
||||
|
||||
Reference in New Issue
Block a user