diff options
author | Marc Alexander <admin@m-a-styles.de> | 2013-10-17 14:20:59 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2013-10-17 14:20:59 +0200 |
commit | e1fc008d15b14b383934c6a0291105377a852b53 (patch) | |
tree | 3082305d97ce7b18091b6626dfd5ff85c18a471f /phpBB/config/avatars.yml | |
parent | 852b707b48cef513318d52db1d2a5f40621636d6 (diff) | |
download | forums-e1fc008d15b14b383934c6a0291105377a852b53.tar forums-e1fc008d15b14b383934c6a0291105377a852b53.tar.gz forums-e1fc008d15b14b383934c6a0291105377a852b53.tar.bz2 forums-e1fc008d15b14b383934c6a0291105377a852b53.tar.xz forums-e1fc008d15b14b383934c6a0291105377a852b53.zip |
[ticket/11930] Use \phpbb\path_helper for avatar URLs
This will ensure that avatars still properly display on extension pages
supplied via app.php.
PHPBB3-11930
Diffstat (limited to 'phpBB/config/avatars.yml')
-rw-r--r-- | phpBB/config/avatars.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/config/avatars.yml b/phpBB/config/avatars.yml index 31ae1ecef9..5dae067642 100644 --- a/phpBB/config/avatars.yml +++ b/phpBB/config/avatars.yml @@ -6,6 +6,7 @@ services: - %core.root_path% - %core.php_ext% - @cache.driver + - @path_helper calls: - [set_name, [avatar.driver.gravatar]] tags: @@ -18,6 +19,7 @@ services: - %core.root_path% - %core.php_ext% - @cache.driver + - @path_helper calls: - [set_name, [avatar.driver.local]] tags: @@ -30,6 +32,7 @@ services: - %core.root_path% - %core.php_ext% - @cache.driver + - @path_helper calls: - [set_name, [avatar.driver.remote]] tags: @@ -42,6 +45,7 @@ services: - %core.root_path% - %core.php_ext% - @cache.driver + - @path_helper calls: - [set_name, [avatar.driver.upload]] tags: |