aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-04-24 17:22:58 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2013-04-24 17:45:46 -0500
commit14f1340903ce76fd4d72dfaf041a0e03b4272f1a (patch)
tree9de5922d0ea2d3e3571cf284e74e68621ad749b1 /phpBB/config
parentdf70b6ebe6590f3b8de32f6f4c6dbdcce1e2db34 (diff)
downloadforums-14f1340903ce76fd4d72dfaf041a0e03b4272f1a.tar
forums-14f1340903ce76fd4d72dfaf041a0e03b4272f1a.tar.gz
forums-14f1340903ce76fd4d72dfaf041a0e03b4272f1a.tar.bz2
forums-14f1340903ce76fd4d72dfaf041a0e03b4272f1a.tar.xz
forums-14f1340903ce76fd4d72dfaf041a0e03b4272f1a.zip
[ticket/11335] (avatars) Make php_ext 'php' not '.php'
PHPBB3-11335
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/avatars.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/config/avatars.yml b/phpBB/config/avatars.yml
index fa0f07372a..0aad08bac9 100644
--- a/phpBB/config/avatars.yml
+++ b/phpBB/config/avatars.yml
@@ -4,7 +4,7 @@ services:
arguments:
- @config
- %core.root_path%
- - .%core.php_ext%
+ - %core.php_ext%
- @cache.driver
calls:
- [set_name, [avatar.driver.gravatar]]
@@ -16,7 +16,7 @@ services:
arguments:
- @config
- %core.root_path%
- - .%core.php_ext%
+ - %core.php_ext%
- @cache.driver
calls:
- [set_name, [avatar.driver.local]]
@@ -28,7 +28,7 @@ services:
arguments:
- @config
- %core.root_path%
- - .%core.php_ext%
+ - %core.php_ext%
- @cache.driver
calls:
- [set_name, [avatar.driver.remote]]
@@ -40,7 +40,7 @@ services:
arguments:
- @config
- %core.root_path%
- - .%core.php_ext%
+ - %core.php_ext%
- @cache.driver
calls:
- [set_name, [avatar.driver.upload]]