From bc72a8f083dff238efe21f73a2eee64fae92a632 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 21 May 2020 12:52:00 +0900 Subject: [PATCH] =?UTF-8?q?=EB=82=B4=ED=8A=B9=20=EC=A4=91=EB=B3=B5=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func.php b/hwe/func.php index 8443ad61..31cc88fb 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -1241,7 +1241,7 @@ function addAge() $generalID = $general['no']; $special = SpecialityHelper::pickSpecialDomestic( $general, - (Json::decode($general['aux'])['prev_types_special2'])??[] + (Json::decode($general['aux'])['prev_types_special'])??[] ); $specialClass = buildGeneralSpecialDomesticClass($special); $specialText = $specialClass->getName();