diff options
| author | polo <ordipolo@gmx.fr> | 2022-02-20 20:49:13 +0100 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2022-02-20 20:49:13 +0100 |
| commit | 758b3f359341f963946d6d34e8f39d2a9c1f6040 (patch) | |
| tree | 3efb7f1da4be4157615419e630eb0d6efbcb6c3d /controller | |
| parent | a5ddb2af05644972de70dab3225bab0797a93934 (diff) | |
| download | melaine-758b3f359341f963946d6d34e8f39d2a9c1f6040.tar.gz melaine-758b3f359341f963946d6d34e8f39d2a9c1f6040.tar.bz2 melaine-758b3f359341f963946d6d34e8f39d2a9c1f6040.zip | |
debuggage
Diffstat (limited to 'controller')
| -rw-r--r-- | controller/ckeditor.php | 7 |
1 files changed, 1 insertions, 6 deletions
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() | |||
| 136 | // page de l'album | 136 | // page de l'album |
| 137 | if(isset($_POST['contenu'])) | 137 | if(isset($_POST['contenu'])) |
| 138 | { | 138 | { |
| 139 | //var_dump($Album->oneAlbum); die(); | ||
| 140 | $Album->format = 'html'; | 139 | $Album->format = 'html'; |
| 141 | //$Album->setFileName(); | 140 | $Album->update($contenu); |
| 142 | if(!empty($Album->oneAlbum['HTMLfileName'])) | ||
| 143 | { | ||
| 144 | $Album->update($_POST['contenu']); | ||
| 145 | } | ||
| 146 | } | 141 | } |
| 147 | } | 142 | } |
| 148 | } | 143 | } |
