diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-05 18:20:14 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-05 18:20:14 +0200 |
commit | 346c6f39980fe060b57549a8364f2e5dece1eb83 (patch) | |
tree | 85c97630d5619e9f255bb15718e190ad4f881123 /phpBB/phpbb/controller/provider.php | |
parent | 78e1d119f5b1f92da8ffe068d947035b6f5305ea (diff) | |
download | forums-346c6f39980fe060b57549a8364f2e5dece1eb83.tar forums-346c6f39980fe060b57549a8364f2e5dece1eb83.tar.gz forums-346c6f39980fe060b57549a8364f2e5dece1eb83.tar.bz2 forums-346c6f39980fe060b57549a8364f2e5dece1eb83.tar.xz forums-346c6f39980fe060b57549a8364f2e5dece1eb83.zip |
[ticket/11497] Rename set_ext_finder in find_routing_files
PHPBB3-11497
Diffstat (limited to 'phpBB/phpbb/controller/provider.php')
-rw-r--r-- | phpBB/phpbb/controller/provider.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/controller/provider.php b/phpBB/phpbb/controller/provider.php index 287cb44593..a32ce1473b 100644 --- a/phpBB/phpbb/controller/provider.php +++ b/phpBB/phpbb/controller/provider.php @@ -46,7 +46,7 @@ class provider * @param \phpbb\extension\finder $finder * @return null */ - public function set_ext_finder(\phpbb\extension\finder $finder) + public function find_routing_files(\phpbb\extension\finder $finder) { // We hardcode the path to the core config directory // because the finder cannot find it |