Skip to content

Commit

Permalink
Fix typo from #4975
Browse files Browse the repository at this point in the history
  • Loading branch information
Deltik committed Feb 13, 2023
1 parent 58cb734 commit f2af17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion top.php
Expand Up @@ -284,7 +284,7 @@
while ($row = $sql->fetch())
{
// TODO - Custom ranking (chat), LANs
$ldata = $rank->getRanks(['user_id']);
$ldata = $rank->getRanks($row['user_id']);
if(vartrue($ldata['special']))
{
$r = $ldata['special'];
Expand Down

0 comments on commit f2af17d

Please sign in to comment.