mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
PHP8 class cleanup
This commit is contained in:
@@ -235,7 +235,7 @@ class e_ranks
|
||||
|
||||
$lastRank = count($this->ranks['data']);
|
||||
$rank = false;
|
||||
if($level <= $this->ranks['data'][0]['thresh'])
|
||||
if($level <= varset($this->ranks['data'][0]['thresh']))
|
||||
{
|
||||
$rank = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user