From 3fb48f4bf19b5e5d73607509c0d15a4f8864e1b7 Mon Sep 17 00:00:00 2001 From: polo Date: Sat, 1 Nov 2025 23:35:25 +0100 Subject: renommage pour mes yeux --- 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 bf9653e..8ef9100 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(Model::$menu_data, $path_array); // remplit $this->current_page + $this->findPage(Model::$menu, $path_array); // remplit $this->current_page } catch(Exception $e){} } -- cgit v1.2.3