From 3626266763afb1387dfeb4f763e34c03ea4e26c9 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 17 Apr 2018 01:53:55 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8B=9C=EC=9E=91=20=EB=85=84=EB=8F=84?= =?UTF-8?q?=EA=B0=80=20=EC=97=86=EB=8A=94=20=EA=B2=BD=EC=9A=B0=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/j_install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/j_install.php b/hwe/j_install.php index 2bf1294a..97d5a8fc 100644 --- a/hwe/j_install.php +++ b/hwe/j_install.php @@ -98,7 +98,7 @@ $mysqli_obj = $db->get(); $scenarioObj = new Scenario($scenario, false); -$startyear = $scenarioObj->getYear(); +$startyear = $scenarioObj->getYear()??GameConst::$defaultStartYear; FileUtil::delInDir("logs"); FileUtil::delInDir("data");