From 3becc03d23deea0b1856905724d05808b6f142b5 Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 17 Jul 2023 11:55:45 +0900 Subject: [PATCH] =?UTF-8?q?CHEditor=EC=97=90=EC=84=9C=20=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=20=EC=97=85=EB=A1=9C=EB=93=9C=EC=8B=9C=20=EC=84=9C?= =?UTF-8?q?=EB=B2=84=20=EB=82=B4=20=EA=B2=BD=EB=A1=9C=EA=B0=80=20=EB=85=B8?= =?UTF-8?q?=EC=B6=9C=EB=90=98=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20#248?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/editor/cheditor5/imageUpload/upload.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin/editor/cheditor5/imageUpload/upload.php b/plugin/editor/cheditor5/imageUpload/upload.php index 463ae0d27..2ec62dee7 100644 --- a/plugin/editor/cheditor5/imageUpload/upload.php +++ b/plugin/editor/cheditor5/imageUpload/upload.php @@ -145,9 +145,8 @@ if (function_exists('run_replace')) { } $rdata = sprintf( - '{"fileUrl": "%s", "filePath": "%s", "fileName": "%s", "fileSize": "%d" }', + '{"fileUrl": "%s", "fileName": "%s", "fileSize": "%d" }', $file_url, - $savefile, $filename, $filesize );