1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-16 20:28:28 +01:00
This commit is contained in:
Nick Liu 2023-02-13 11:09:49 +01:00
parent 58cb73449e
commit f2af17d45f
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637

View File

@ -284,7 +284,7 @@ if ($action == 'top')
while ($row = $sql->fetch()) while ($row = $sql->fetch())
{ {
// TODO - Custom ranking (chat), LANs // TODO - Custom ranking (chat), LANs
$ldata = $rank->getRanks(['user_id']); $ldata = $rank->getRanks($row['user_id']);
if(vartrue($ldata['special'])) if(vartrue($ldata['special']))
{ {
$r = $ldata['special']; $r = $ldata['special'];