1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-22 16:22:58 +02:00

[ticket/11335] (kernel request subscriber) Make php_ext 'php' not '.php'

PHPBB3-11335
This commit is contained in:
Nathan Guse
2013-04-24 17:19:48 -05:00
parent fe89e56686
commit df70b6ebe6
2 changed files with 4 additions and 4 deletions

View File

@@ -181,7 +181,7 @@ services:
arguments:
- @ext.finder
- %core.root_path%
- .%core.php_ext%
- %core.php_ext%
tags:
- { name: kernel.event_subscriber }