Commit e1b1f993 by pupi1985

Fixed an issue in which userpoints cache was not updated properly

parent 08e398ec
...@@ -223,6 +223,7 @@ ...@@ -223,6 +223,7 @@
qa_db_user_delete($userid); qa_db_user_delete($userid);
qa_db_uapprovecount_update(); 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... foreach ($postids as $postid) { // hoping there aren't many of these - saves a lot of new SQL code...
qa_db_post_recount_votes($postid); 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