Listview/ReplyPreview

* fix links to parent comment
 * implement go-to-reply redirect
This commit is contained in:
Sarjuuk
2025-03-29 14:14:23 +01:00
parent b347794ce5
commit 4ccf917707
3 changed files with 5 additions and 2 deletions

View File

@@ -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