mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Listview/ReplyPreview
* fix links to parent comment * implement go-to-reply redirect
This commit is contained in:
@@ -162,7 +162,7 @@ class CommunityContent
|
||||
$c['date'] = $dateFmt ? date(Util::$dateFormatInternal, $c['date']) : intVal($c['date']);
|
||||
|
||||
// remove commentid if not looking for replies
|
||||
if (empty($params['replies']))
|
||||
if (empty($opt['replies']))
|
||||
unset($c['commentid']);
|
||||
|
||||
// format text for listview
|
||||
|
||||
Reference in New Issue
Block a user