diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2014-01-09 23:55:22 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2014-06-23 21:39:24 +0200 |
| commit | c22983cbdb75b687fb5d75444b0e919460dca65b (patch) | |
| tree | ae6e5e79155b9f8ae88318ade42a5db169f415e5 /phpBB/config | |
| parent | 94a81fa01d0106f6deba6cbb9000f4c8bbbf607a (diff) | |
| download | forums-c22983cbdb75b687fb5d75444b0e919460dca65b.tar forums-c22983cbdb75b687fb5d75444b0e919460dca65b.tar.gz forums-c22983cbdb75b687fb5d75444b0e919460dca65b.tar.bz2 forums-c22983cbdb75b687fb5d75444b0e919460dca65b.tar.xz forums-c22983cbdb75b687fb5d75444b0e919460dca65b.zip | |
[ticket/11148] Use mimetype guesser for uploaded avatars
PHPBB3-11148
Diffstat (limited to 'phpBB/config')
| -rw-r--r-- | phpBB/config/avatars.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/avatars.yml b/phpBB/config/avatars.yml index d22a5db2ae..8e5b1fdbfe 100644 --- a/phpBB/config/avatars.yml +++ b/phpBB/config/avatars.yml @@ -45,6 +45,7 @@ services: - %core.root_path% - %core.php_ext% - @path_helper + - @mimetype.guesser - @cache.driver calls: - [set_name, [avatar.driver.upload]] |
