From 596ce6f78e37c901d9b4ed464918b0294ba8dd2a Mon Sep 17 00:00:00 2001 From: polo Date: Fri, 10 Oct 2025 17:29:30 +0200 Subject: src/controller/Director.php devient /src/model/Model.php, message d'erreur type de bloc dans modify_block.php --- src/model/Path.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/model/Path.php') diff --git a/src/model/Path.php b/src/model/Path.php index ad44fd9..bf9653e 100644 --- a/src/model/Path.php +++ b/src/model/Path.php @@ -17,7 +17,7 @@ class Path extends Page $path_array = explode('/', CURRENT_PAGE); try{ // parcourir le menu de haut en bas pour obtenir un ou plusieurs objets Page - $this->findPage(Director::$menu_data, $path_array); // remplit $this->current_page + $this->findPage(Model::$menu_data, $path_array); // remplit $this->current_page } catch(Exception $e){} } -- cgit v1.2.3