1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15233] Standardize avatar output variables

PHPBB3-15233
This commit is contained in:
mrgoldy
2019-12-16 20:23:45 +01:00
committed by Marc Alexander
parent 3137070d50
commit 7e3d22063a
16 changed files with 182 additions and 50 deletions

View File

@@ -123,6 +123,7 @@ services:
class: phpbb\group\helper
arguments:
- '@auth'
- '@avatar.helper'
- '@cache'
- '@config'
- '@language'

View File

@@ -14,6 +14,7 @@ services:
user_loader:
class: phpbb\user_loader
arguments:
- '@avatar.helper'
- '@dbal.conn'
- '%core.root_path%'
- '%core.php_ext%'