Skip to content
Snippets Groups Projects
Commit ad7b4be4 authored by Elin Yordanov's avatar Elin Yordanov Committed by Andrii Podanenko
Browse files

Issue #2612528 by pc-wurm: "Quick reply" link doesn't work if the comment form...

Issue #2612528 by pc-wurm: "Quick reply" link doesn't work if the comment form gets an id like "comment-form--2"
parent f214a7dd
Branches
Tags
No related merge requests found
...@@ -858,7 +858,7 @@ function advanced_forum_get_reply_link($node) { ...@@ -858,7 +858,7 @@ function advanced_forum_get_reply_link($node) {
$reply_link = array(); $reply_link = array();
$comment_setting = $node->comment; $comment_setting = $node->comment;
$fragment = 'comment-form'; $fragment = $node->content['comments']['comment_form']['#id'];
if ($comment_setting == COMMENT_NODE_OPEN) { if ($comment_setting == COMMENT_NODE_OPEN) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment