From 3d71111dfe6b3e94bc0aaf21798d7257192ba8a0 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 8 Jul 2014 15:56:46 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=8A=A4?= =?UTF-8?q?=ED=82=A8=20=EA=B2=BD=EB=A1=9C=20=EC=A7=80=EC=A0=95=20=EC=98=A4?= =?UTF-8?q?=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 --- mobile/shop/item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/shop/item.php b/mobile/shop/item.php index d4ee80301..0b1e042b5 100644 --- a/mobile/shop/item.php +++ b/mobile/shop/item.php @@ -167,7 +167,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_MSHOP_SKIN_PATH; } else { $skin_dir = G5_MSHOP_SKIN_PATH;