diff --git a/system/pages/highscores.php b/system/pages/highscores.php index 79211925..53f2c8e4 100644 --- a/system/pages/highscores.php +++ b/system/pages/highscores.php @@ -45,7 +45,7 @@ $skill = POT::SKILL__LEVEL; if(is_numeric($list)) { $list = (int) $list; - if($list >= POT::SKILL_FIRST && $list <= SKILL__LAST) + if($list >= POT::SKILL_FIRST && $list <= POT::SKILL__LAST) $skill = $list; } else