mirror of
https://github.com/e107inc/e107.git
synced 2025-07-23 07:52:07 +02:00
Fix typo from https://github.com/e107inc/e107/pull/4975
This commit is contained in:
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'];
|
||||||
|
Reference in New Issue
Block a user