Commit 06cb7b06 by Scott

Merge pull request #93 from pupi1985/patch-31

Fixed an issue in which userpoints cache was not updated properly
parents c30a6a59 e1b1f993
......@@ -223,6 +223,7 @@
qa_db_user_delete($userid);
qa_db_uapprovecount_update();
qa_db_userpointscount_update();
foreach ($postids as $postid) { // hoping there aren't many of these - saves a lot of new SQL code...
qa_db_post_recount_votes($postid);
......
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