mirror of
https://github.com/e107inc/e107.git
synced 2025-01-16 20:28:28 +01:00
Fix typo from https://github.com/e107inc/e107/pull/4975
This commit is contained in:
parent
58cb73449e
commit
f2af17d45f
2
top.php
2
top.php
@ -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'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user