Commit 24aa5c76 by Scott

Fix hidden follow-on questions appearing during AJAX operations

parent 9e0f5901
......@@ -85,6 +85,8 @@
foreach ($achildposts as $key => $achildpost)
$achildposts[$key]=$achildpost+qa_page_q_post_rules($achildpost, $answer, $achildposts, null);
$achildposts = qa_page_q_load_c_follows($question, array(), $achildposts);
$usershtml=qa_userids_handles_html(array_merge(array($answer), $achildposts), true);
$a_view=qa_page_q_answer_view($question, $answer, ($answer['postid']==$question['selchildid']) && ($answer['type']=='A'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment