1
This commit is contained in:
parent
128bc16dca
commit
8694262baf
@ -119,11 +119,12 @@ class RankingController extends BaseAuthedController {
|
||||
if ($user) {
|
||||
if ($user['account_id'] == $myRanked['user']['account_id']) {
|
||||
$myRanked['ranked'] = $ranked;
|
||||
$myRanked['value'] = $row['value'];
|
||||
}
|
||||
array_push($rankingList, array(
|
||||
'ranked' => $ranked++,
|
||||
'user' => User::toSimple($user),
|
||||
'value' => 0
|
||||
'value' => $row['value']
|
||||
));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user