mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/12480] Only load config/routing.yml from extensions route
PHPBB3-12480
This commit is contained in:
@@ -46,7 +46,7 @@ class provider
|
|||||||
// We hardcode the path to the core config directory
|
// We hardcode the path to the core config directory
|
||||||
// because the finder cannot find it
|
// because the finder cannot find it
|
||||||
$this->routing_files = array_merge($this->routing_files, array('config/routing.yml'), array_keys($finder
|
$this->routing_files = array_merge($this->routing_files, array('config/routing.yml'), array_keys($finder
|
||||||
->directory('config')
|
->directory('/config')
|
||||||
->suffix('routing.yml')
|
->suffix('routing.yml')
|
||||||
->find()
|
->find()
|
||||||
));
|
));
|
||||||
|
Reference in New Issue
Block a user