aboutsummaryrefslogtreecommitdiff
path: root/src/model/Path.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-11-01 23:35:25 +0100
committerpolo <ordipolo@gmx.fr>2025-11-01 23:35:25 +0100
commit3fb48f4bf19b5e5d73607509c0d15a4f8864e1b7 (patch)
tree9bab7aeff8c16b3dca39a2326eea87b911d83050 /src/model/Path.php
parent34d4b26dc3984fc2cca8226dbd43db3945697cc6 (diff)
downloadcms-3fb48f4bf19b5e5d73607509c0d15a4f8864e1b7.tar.gz
cms-3fb48f4bf19b5e5d73607509c0d15a4f8864e1b7.tar.bz2
cms-3fb48f4bf19b5e5d73607509c0d15a4f8864e1b7.zip
renommage pour mes yeux
Diffstat (limited to 'src/model/Path.php')
-rw-r--r--src/model/Path.php2
1 files changed, 1 insertions, 1 deletions
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
17 $path_array = explode('/', CURRENT_PAGE); 17 $path_array = explode('/', CURRENT_PAGE);
18 try{ 18 try{
19 // parcourir le menu de haut en bas pour obtenir un ou plusieurs objets Page 19 // parcourir le menu de haut en bas pour obtenir un ou plusieurs objets Page
20 $this->findPage(Model::$menu_data, $path_array); // remplit $this->current_page 20 $this->findPage(Model::$menu, $path_array); // remplit $this->current_page
21 } 21 }
22 catch(Exception $e){} 22 catch(Exception $e){}
23 } 23 }