1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12090] Move find() call to container and fix tests

PHPBB3-12090
This commit is contained in:
Joas Schilling
2014-03-09 19:03:15 +01:00
parent 2eb24d0ace
commit b29c4c6358
4 changed files with 36 additions and 30 deletions

View File

@@ -66,7 +66,7 @@ class helper
$this->config = $config;
$this->phpbb_root_path = $phpbb_root_path;
$this->php_ext = $php_ext;
$this->route_collection = $provider->find($this->phpbb_root_path)->get_routes();
$this->route_collection = $provider->get_routes();
}
/**