From b78fc84a896bc628e7574bddc4d28c5170593321 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 30 Mar 2024 09:11:18 +0100 Subject: [PATCH] 13.1.08 search 3.1 --- module/search/changes.md | 2 ++ module/search/search.php | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/module/search/changes.md b/module/search/changes.md index b8619455..ed6a703f 100644 --- a/module/search/changes.md +++ b/module/search/changes.md @@ -1,3 +1,5 @@ +# Version 3.1 +- Initialise un module installé dans une page sans avoir ouvert la page de configuration sans lancer de mise à jour. # Version 3.0 - Gestion des permissions intégrée dans le module # Version 2.8 diff --git a/module/search/search.php b/module/search/search.php index 9e796af4..7d9842d2 100644 --- a/module/search/search.php +++ b/module/search/search.php @@ -20,7 +20,7 @@ class search extends common { - const VERSION = '3.0'; + const VERSION = '3.1'; const REALNAME = 'Recherche'; const DATADIRECTORY = self::DATA_DIR . 'search/'; @@ -173,8 +173,8 @@ class search extends common public function index() { - // Mise à jour des données de module - $this->update(); + // Initialise un module non configuré + $this->init(); if ( $this->isPost()