From 758b3f359341f963946d6d34e8f39d2a9c1f6040 Mon Sep 17 00:00:00 2001 From: polo Date: Sun, 20 Feb 2022 20:49:13 +0100 Subject: debuggage --- controller/ckeditor.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'controller') diff --git a/controller/ckeditor.php b/controller/ckeditor.php index 5313c3b..cb564f9 100644 --- a/controller/ckeditor.php +++ b/controller/ckeditor.php @@ -136,13 +136,8 @@ function submitCKeditor() // page de l'album if(isset($_POST['contenu'])) { - //var_dump($Album->oneAlbum); die(); $Album->format = 'html'; - //$Album->setFileName(); - if(!empty($Album->oneAlbum['HTMLfileName'])) - { - $Album->update($_POST['contenu']); - } + $Album->update($contenu); } } } -- cgit v1.2.3