From 147404631e19f25db0ecc57c73e8714b0e045eed Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 8 Jul 2014 15:47:07 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8A=A4=ED=82=A8=20=EA=B2=BD=EB=A1=9C=20?= =?UTF-8?q?=EC=A7=80=EC=A0=95=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/item.php b/shop/item.php index 017832011..809ce7920 100644 --- a/shop/item.php +++ b/shop/item.php @@ -79,7 +79,7 @@ if($ca_dir_check) { if(is_dir($skin_dir)) { $form_skin_file = $skin_dir.'/item.form.skin.php'; - if(!is_file($skin_file)) + if(!is_file($form_skin_file)) $skin_dir = G5_SHOP_SKIN_PATH; } else { $skin_dir = G5_SHOP_SKIN_PATH;