dever 6 år sedan
förälder
incheckning
3d933567a5
1 ändrade filer med 1 tillägg och 0 borttagningar
  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);
         }