From 0b833207929da9fd9b55210e167a7c16acf5db0e Mon Sep 17 00:00:00 2001 From: Hwantae Ji Date: Sat, 10 Mar 2018 01:36:56 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=90=EB=94=94=ED=84=B0=20=EC=BB=B4?= =?UTF-8?q?=ED=8F=AC=EB=84=8C=ED=8A=B8=EA=B0=80=20=EB=94=94=EB=A0=89?= =?UTF-8?q?=ED=86=A0=EB=A6=AC=EC=9D=B8=EC=A7=80=20=ED=99=95=EC=9D=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/editor/editor.controller.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/editor/editor.controller.php b/modules/editor/editor.controller.php index af54c9ba67..2700100e93 100644 --- a/modules/editor/editor.controller.php +++ b/modules/editor/editor.controller.php @@ -487,6 +487,7 @@ function makeCache($filter_enabled = true, $site_srl) // Get xml_info of downloaded list foreach($downloaded_list as $component_name) { + if(!is_dir(_XE_PATH_.'modules/editor/components/'.$component_name)) continue; if(in_array($component_name, array('colorpicker_text','colorpicker_bg'))) continue; // Pass if configured if($component_list->{$component_name}) continue;