1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-06 22:45:02 +02:00

[ticket/11497] Generate the list of the routes in controller_helper

PHPBB3-11497
This commit is contained in:
Tristan Darricau 2014-05-03 13:41:32 +02:00
parent e920f146ca
commit 0d893d65eb

@ -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();
}
/**