From 9af6991edd15cd5deac9c09bbfaf0b964391e955 Mon Sep 17 00:00:00 2001 From: projectSylas Date: Mon, 27 Dec 2021 09:50:55 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B7=B8=EB=88=84=EB=B3=B4=EB=93=9C=EB=A7=8C?= =?UTF-8?q?=20=EC=82=AC=EC=9A=A9=ED=95=98=EB=8A=94=20=EA=B2=BD=EC=9A=B0=20?= =?UTF-8?q?=EC=8D=B8=EB=84=A4=EC=9D=BC=20=EC=9D=BC=EA=B4=84=EC=82=AD?= =?UTF-8?q?=EC=A0=9C=EC=8B=9C=20=EB=82=98=EC=98=A4=EB=8A=94=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95=20(=D0=9C=D0=B8=D1=88=D0=B0?= =?UTF-8?q?=D0=A7=D0=B6=D0=B0=D0=BD=EB=8B=98,121227)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/thumbnail_file_delete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/thumbnail_file_delete.php b/adm/thumbnail_file_delete.php index edbb7a610..5ffc56644 100644 --- a/adm/thumbnail_file_delete.php +++ b/adm/thumbnail_file_delete.php @@ -19,7 +19,7 @@ include_once('./admin.head.php'); $directory = array(); $dl = array('file', 'editor'); -if( defined('G5_YOUNGCART_VER') ){ +if (defined('G5_USE_SHOP') && G5_USE_SHOP) { $dl[] = 'item'; }