mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-15 05:04:09 +02:00
[ticket/11335] (extension manager/finder) Make php_ext 'php' not '.php'
PHPBB3-11335
This commit is contained in:
@@ -134,7 +134,7 @@ services:
|
||||
- @filesystem
|
||||
- %tables.ext%
|
||||
- %core.root_path%
|
||||
- .%core.php_ext%
|
||||
- %core.php_ext%
|
||||
- @cache.driver
|
||||
|
||||
ext.finder:
|
||||
@@ -144,7 +144,7 @@ services:
|
||||
- @filesystem
|
||||
- %core.root_path%
|
||||
- @cache.driver
|
||||
- .%core.php_ext%
|
||||
- %core.php_ext%
|
||||
- _ext_finder
|
||||
|
||||
filesystem:
|
||||
|
Reference in New Issue
Block a user