Passed
Push — master ( d5a1bb...855a75 )
by Anthony
02:58
created
core/admin/contenus/gestion/modifier_contenus.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 			$meta_description = $_POST['meta_description'];
11 11
 			$titre_page = $_POST['titre_page'];
12 12
 			$parent = $_POST['parent_texte'];
13
-			$contenu = $_POST['contenu'];echo("dgfdgf");
13
+			$contenu = $_POST['contenu']; echo("dgfdgf");
14 14
 		}
15 15
 		else {
16 16
 			$contenu_class->getHeadPage($_POST['id_page']);
Please login to merge, or discard this patch.
core/admin/contenus/GestionContenus.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
 						->set();
137 137
 
138 138
 					$this->id_page = $dbc->lastInsertId();
139
-					$this->setAjoutLienNavigation("ID_page", $this->id_page , 1);
139
+					$this->setAjoutLienNavigation("ID_page", $this->id_page, 1);
140 140
 				}
141 141
 				else {
142 142
 					FlashMessage::setFlash("Impossible de créer cette page, veuillez réeseyer dans un moment. Si le problème persiste contactez votre administrateur.");
@@ -203,7 +203,7 @@  discard block
 block discarded – undo
203 203
 						->update("parent", $parent)
204 204
 						->update("affiche", $affiche)
205 205
 						->from("page")
206
-						->where("ID_page", "=", $id_page,"",true)
206
+						->where("ID_page", "=", $id_page, "", true)
207 207
 						->set();
208 208
 
209 209
 					$this->setModifierLienNavigation("ID_page", $id_page, $this->getParentId($parent), $affiche);
Please login to merge, or discard this patch.