mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11497] Fix the path for the finder in controller_provider
PHPBB3-11497
This commit is contained in:
parent
01e19a00f8
commit
e920f146ca
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class provider
|
|||
// We hardcode the path to the core config directory
|
||||
// because the finder cannot find it
|
||||
$this->routing_files = array_merge($this->routing_files, array('config/routing.yml'), array_keys($finder
|
||||
->directory('config')
|
||||
->directory('/config')
|
||||
->suffix('routing.yml')
|
||||
->find()
|
||||
));
|
||||
|
|
Loading…
Add table
Reference in a new issue