aboutsummaryrefslogtreecommitdiff
path: root/src/model/Path.php
diff options
context:
space:
mode:
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 ad44fd9..bf9653e 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(Director::$menu_data, $path_array); // remplit $this->current_page 20 $this->findPage(Model::$menu_data, $path_array); // remplit $this->current_page
21 } 21 }
22 catch(Exception $e){} 22 catch(Exception $e){}
23 } 23 }