Merge branch 'thumbnail_file_delete'

This commit is contained in:
kagla
2022-01-10 11:57:14 +09:00

View File

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