Commit 45f748ea by pupi1985

Recalculate votes received in answers after turning them into comments

parent 08e398ec
......@@ -838,7 +838,7 @@
qa_update_q_counts_for_a($question['postid']);
qa_db_ccount_update();
qa_db_points_update_ifuser($oldanswer['userid'], array('aposts', 'aselecteds', 'cposts'));
qa_db_points_update_ifuser($oldanswer['userid'], array('aposts', 'aselecteds', 'cposts', 'avoteds'));
if ($setupdated && $remoderate) {
qa_db_queuedcount_update();
......
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