1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/15276] Update file_info to get size of images

PHPBB3-15276
This commit is contained in:
Rubén Calvo
2017-08-09 22:08:45 +02:00
parent 3c60333725
commit 09856aeb26
9 changed files with 87 additions and 48 deletions

View File

@@ -38,6 +38,7 @@ services:
shared: false
arguments:
- '@filesystem'
- '@upload_imagesize'
- '%core.root_path%'
tags:
- { name: storage.adapter }