diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-03 13:41:32 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-03 13:41:32 +0200 |
commit | 0d893d65eb2823aae449a9201941798e450a9be1 (patch) | |
tree | a309a464352cac20a06603790b6b5f38f8540efd /phpBB/phpbb/controller/helper.php | |
parent | e920f146ca10185064c5dfc7dcc3f45704e833e3 (diff) | |
download | forums-0d893d65eb2823aae449a9201941798e450a9be1.tar forums-0d893d65eb2823aae449a9201941798e450a9be1.tar.gz forums-0d893d65eb2823aae449a9201941798e450a9be1.tar.bz2 forums-0d893d65eb2823aae449a9201941798e450a9be1.tar.xz forums-0d893d65eb2823aae449a9201941798e450a9be1.zip |
[ticket/11497] Generate the list of the routes in controller_helper
PHPBB3-11497
Diffstat (limited to 'phpBB/phpbb/controller/helper.php')
-rw-r--r-- | phpBB/phpbb/controller/helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/controller/helper.php b/phpBB/phpbb/controller/helper.php index 9f9f45d730..ab3e3b3556 100644 --- a/phpBB/phpbb/controller/helper.php +++ b/phpBB/phpbb/controller/helper.php @@ -68,7 +68,7 @@ class helper $this->phpbb_root_path = $phpbb_root_path; $this->php_ext = $php_ext; $provider->set_ext_finder($manager->get_finder()); - $this->route_collection = $provider->get_routes(); + $this->route_collection = $provider->find('./')->get_routes(); } /** |