summaryrefslogtreecommitdiff
path: root/controller/ckeditor.php
diff options
context:
space:
mode:
Diffstat (limited to 'controller/ckeditor.php')
-rw-r--r--controller/ckeditor.php7
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 }