Skip to content

Commit d757fa5

Browse files
pupi1985svivian
authored andcommitted
Fix voting on follow-on questions
1 parent 3320b65 commit d757fa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qa-include/pages/question-view.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,10 +851,10 @@ function qa_page_q_comment_follow_list($question, $parent, $commentsfollows, $al
851851
$skipfirst--;
852852
} elseif ($commentfollow['basetype'] == 'C') {
853853
$commentlist['cs'][$commentfollowid] = qa_page_q_comment_view($question, $parent, $commentfollow, $usershtml, $formrequested);
854-
855854
} elseif ($commentfollow['basetype'] == 'Q') {
856855
$htmloptions = qa_post_html_options($commentfollow);
857856
$htmloptions['avatarsize'] = qa_opt('avatar_q_page_c_size');
857+
$htmloptions['voteview'] = false;
858858

859859
$commentlist['cs'][$commentfollowid] = qa_post_html_fields($commentfollow, $userid, $cookieid, $usershtml, null, $htmloptions);
860860
}

0 commit comments

Comments
 (0)