From 90ff96c581b35474c33d3f27c5cf2ad780d18e27 Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 9 Nov 2020 19:05:23 +0900 Subject: [PATCH] =?UTF-8?q?delete=5Feditor=5Fthumbnail=20=EC=97=90?= =?UTF-8?q?=EB=94=94=ED=84=B0=20=EC=8D=B8=EB=84=A4=EC=9D=BC=EC=9D=B4=20?= =?UTF-8?q?=EC=82=AD=EC=A0=9C=20=EC=95=88=EB=90=98=EB=8A=94=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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