1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

[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
This commit is contained in:
Marc Alexander
2013-10-17 14:20:59 +02:00
parent 852b707b48
commit e1fc008d15
4 changed files with 14 additions and 3 deletions

View File

@@ -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: