We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c883dd commit 565847fCopy full SHA for 565847f
Upload/inc/plugins/asb/modules/recent_posts.php
@@ -286,7 +286,7 @@ function recent_posts_get_postlist($settings)
286
}
287
288
$post['subject'] = htmlspecialchars_uni($parser->parse_badwords($post['subject']));
289
- $post['link'] = get_thread_link($post['tid']) . "&pid={$post['pid']}#pid{$post['pid']}";
+ $post['link'] = get_post_link($post['pid'], $post['tid']) . "#pid{$post['pid']}";
290
291
// we just need the text and smilies (we'll parse them after we check length)
292
$pattern = "|[[\/\!]*?[^\[\]]*?]|si";
0 commit comments