From e642cd51d7e8599537f8514bef8d5d16096dddf8 Mon Sep 17 00:00:00 2001 From: polo Date: Wed, 27 Aug 2025 16:08:29 +0200 Subject: =?UTF-8?q?optimisation=20UserController::existUsers,=20gestion=20?= =?UTF-8?q?des=20$response=20par=20le=20routeur,=20erreur=20article=20d?= =?UTF-8?q?=C3=A9j=C3=A0=20supprim=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/tinymce.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/js') diff --git a/public/js/tinymce.js b/public/js/tinymce.js index 29b82bf..f153246 100644 --- a/public/js/tinymce.js +++ b/public/js/tinymce.js @@ -145,7 +145,7 @@ function openEditor(id, page = '') { const formData = new FormData(); formData.append("file", blobInfo.blob()); - fetch("index.php?action=upload_image", { + fetch("index.php?action=upload_image_tinymce", { method: "POST", body: formData }) -- cgit v1.2.3