@@ -113,6 +113,8 @@ function qa_question_set_content($oldquestion, $title, $content, $format, $text,
113113 }
114114 }
115115
116+ qa_question_uncache ($ oldquestion ['postid ' ]);
117+
116118 $ eventparams = array (
117119 'postid ' => $ oldquestion ['postid ' ],
118120 'title ' => $ title ,
@@ -726,6 +728,8 @@ function qa_answer_set_content($oldanswer, $content, $format, $text, $notify, $u
726728 qa_post_index ($ oldanswer ['postid ' ], 'A ' , $ question ['postid ' ], $ oldanswer ['parentid ' ], null , $ content , $ format , $ text , null , $ oldanswer ['categoryid ' ]);
727729 }
728730
731+ qa_question_uncache ($ question ['postid ' ]);
732+
729733 $ eventparams = array (
730734 'postid ' => $ oldanswer ['postid ' ],
731735 'parentid ' => $ oldanswer ['parentid ' ],
@@ -1136,6 +1140,8 @@ function qa_comment_set_content($oldcomment, $content, $format, $text, $notify,
11361140 qa_post_index ($ oldcomment ['postid ' ], 'C ' , $ question ['postid ' ], $ oldcomment ['parentid ' ], null , $ content , $ format , $ text , null , $ oldcomment ['categoryid ' ]);
11371141 }
11381142
1143+ qa_question_uncache ($ question ['postid ' ]);
1144+
11391145 $ eventparams = array (
11401146 'postid ' => $ oldcomment ['postid ' ],
11411147 'parentid ' => $ oldcomment ['parentid ' ],
0 commit comments