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:
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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user