1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/11335] (class loader) Make php_ext 'php' not '.php'

PHPBB3-11335
This commit is contained in:
Nathan Guse
2013-04-24 17:07:30 -05:00
parent f8ffe84969
commit e870c04067
2 changed files with 6 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ services:
arguments:
- phpbb_
- %core.root_path%includes/
- .%core.php_ext%
- %core.php_ext%
calls:
- [register, []]
- [set_cache, [@cache.driver]]
@@ -46,7 +46,7 @@ services:
arguments:
- phpbb_ext_
- %core.root_path%ext/
- .%core.php_ext%
- %core.php_ext%
calls:
- [register, []]
- [set_cache, [@cache.driver]]