@@ -111,6 +111,8 @@ function qa_question_set_content($oldquestion, $title, $content, $format, $text,
111111 }
112112 }
113113
114+ qa_question_uncache ($ oldquestion ['postid ' ]);
115+
114116 $ eventparams = array (
115117 'postid ' => $ oldquestion ['postid ' ],
116118 'title ' => $ title ,
@@ -684,6 +686,8 @@ function qa_answer_set_content($oldanswer, $content, $format, $text, $notify, $u
684686 qa_post_index ($ oldanswer ['postid ' ], 'A ' , $ question ['postid ' ], $ oldanswer ['parentid ' ], null , $ content , $ format , $ text , null , $ oldanswer ['categoryid ' ]);
685687 }
686688
689+ qa_question_uncache ($ question ['postid ' ]);
690+
687691 $ eventparams = array (
688692 'postid ' => $ oldanswer ['postid ' ],
689693 'parentid ' => $ oldanswer ['parentid ' ],
@@ -973,6 +977,8 @@ function qa_comment_set_content($oldcomment, $content, $format, $text, $notify,
973977 qa_post_index ($ oldcomment ['postid ' ], 'C ' , $ question ['postid ' ], $ oldcomment ['parentid ' ], null , $ content , $ format , $ text , null , $ oldcomment ['categoryid ' ]);
974978 }
975979
980+ qa_question_uncache ($ question ['postid ' ]);
981+
976982 $ eventparams = array (
977983 'postid ' => $ oldcomment ['postid ' ],
978984 'parentid ' => $ oldcomment ['parentid ' ],
0 commit comments