From 6535db259081b02e9db59b905ae922a37d03eddc Mon Sep 17 00:00:00 2001 From: polo Date: Mon, 20 Oct 2025 15:36:59 +0200 Subject: =?UTF-8?q?m=C3=A9thodes=20dans=20Page=20pour=20les=20fichiers=20C?= =?UTF-8?q?SS/JS,=20CCS/JS=20par=20d=C3=A9faut=20supprim=C3=A9=20de=20la?= =?UTF-8?q?=20BDD,=20nettoyage=20quand=20le=20dernier=20bloc=20est=20suppr?= =?UTF-8?q?im=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/installation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/installation.php') diff --git a/src/installation.php b/src/installation.php index df0f851..5a56f6b 100644 --- a/src/installation.php +++ b/src/installation.php @@ -87,7 +87,7 @@ HTACCESS; // création d'un site minimal avec une page d'accueil à la toute 1ère visite du site // fonctiona appelée après la première requête envoyée en BDD, // en l'occurence dans Menu parce que count($bulk_data) === 0 -function makeStartPage(EntityManager $entityManager){ +function fillStartingDatabase(EntityManager $entityManager){ /* -- table page -- */ // paramètres: name_page, end_of_path, reachable, in_menu, hidden, position, parent $accueil = new Page('Accueil', 'accueil', "Page d'accueil", true, true, false, 1, NULL); -- cgit v1.2.3