diff options
Diffstat (limited to 'src/controller/MenuAndPathsController.php')
-rw-r--r-- | src/controller/MenuAndPathsController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller/MenuAndPathsController.php b/src/controller/MenuAndPathsController.php index f0553ad..a32b210 100644 --- a/src/controller/MenuAndPathsController.php +++ b/src/controller/MenuAndPathsController.php | |||
@@ -22,7 +22,7 @@ class MenuAndPathsController | |||
22 | 22 | ||
23 | $page = new Page( | 23 | $page = new Page( |
24 | trim(htmlspecialchars($_POST["label_input"])), | 24 | trim(htmlspecialchars($_POST["label_input"])), |
25 | $url_input, | 25 | $url_input, '', |
26 | true, true, false, | 26 | true, true, false, |
27 | $previous_page->getPosition(), | 27 | $previous_page->getPosition(), |
28 | $parent); // peut et DOIT ĂȘtre null si on est au 1er niveau | 28 | $parent); // peut et DOIT ĂȘtre null si on est au 1er niveau |