From 835e5ccc2bbb2f5eb1c47b5c19b213c88fafffd2 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 19 Sep 2021 13:38:40 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=AA=85=EC=98=88=EC=9D=98=20=EC=A0=84?= =?UTF-8?q?=EB=8B=B9=20=EA=B2=80=EC=83=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/a_hallOfFame.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/a_hallOfFame.php b/hwe/a_hallOfFame.php index 2dce7828..5f66fea6 100644 --- a/hwe/a_hallOfFame.php +++ b/hwe/a_hallOfFame.php @@ -28,7 +28,7 @@ $scenarioList = (function(){ -if($scenarioIdx !== null && key_exists($scenarioIdx, $scenarioList)){ +if($scenarioIdx && key_exists($scenarioIdx, $scenarioList[$seasonIdx]??[])){ $searchScenarioName = $scenarioList[$seasonIdx][$scenarioIdx]['name']; $searchFilter = $db->sqleval('season = %i AND scenario = %i', $seasonIdx, $scenarioIdx); }