aboutsummaryrefslogtreecommitdiff
path: root/src/model/Menu.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/Menu.php')
-rw-r--r--src/model/Menu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/Menu.php b/src/model/Menu.php
index 9fb8562..4817b93 100644
--- a/src/model/Menu.php
+++ b/src/model/Menu.php
@@ -20,7 +20,7 @@ class Menu extends Page
20 ->getResult(); // :array de Page 20 ->getResult(); // :array de Page
21 21
22 if(count($bulk_data) === 0){ 22 if(count($bulk_data) === 0){
23 makeStartPage($entityManager); // => installation.php 23 fillStartingDatabase($entityManager); // => installation.php
24 } 24 }
25 25
26 foreach($bulk_data as $first_level_entries){ 26 foreach($bulk_data as $first_level_entries){