모바일 스킨 경로 지정 오류 수정

This commit is contained in:
chicpro
2014-07-08 15:56:46 +09:00
parent 147404631e
commit 3d71111dfe

View File

@ -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;