diff options
| author | polo <ordipolo@gmx.fr> | 2025-10-20 15:36:59 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2025-10-20 15:36:59 +0200 |
| commit | 6535db259081b02e9db59b905ae922a37d03eddc (patch) | |
| tree | ccd2d4d06e1128f28bfb512c1db66f9a138c6f05 /src/model/Menu.php | |
| parent | 1e2cee519264f9ab2660540723915aec72bc2116 (diff) | |
| download | cms-6535db259081b02e9db59b905ae922a37d03eddc.tar.gz cms-6535db259081b02e9db59b905ae922a37d03eddc.tar.bz2 cms-6535db259081b02e9db59b905ae922a37d03eddc.zip | |
méthodes dans Page pour les fichiers CSS/JS, CCS/JS par défaut supprimé de la BDD, nettoyage quand le dernier bloc est supprimé
Diffstat (limited to 'src/model/Menu.php')
| -rw-r--r-- | src/model/Menu.php | 2 |
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){ |
