diff --git a/lib/common.lib.php b/lib/common.lib.php index 912467241..77a4fa45f 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -2330,7 +2330,7 @@ function delete_editor_thumbnail($contents) run_event('delete_editor_thumbnail_before', $contents); // $contents 중 img 태그 추출 - $matchs = get_editor_image($contents); + $matchs = get_editor_image($contents, false); if(!$matchs) return; @@ -2338,8 +2338,8 @@ function delete_editor_thumbnail($contents) for($i=0; $i