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 );