dever 6 years ago
parent
commit
3d933567a5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      combine/lib/Core.php

+ 1 - 0
combine/lib/Core.php

@@ -81,6 +81,7 @@ class Core
             $score = $user_drop_score[$col];
 
             $update['where_id'] = $user_drop_score['id'];
+            $update['uid'] = $uid;
             $update['score'] = $score;
             $db->update($update);
         }