aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-04-07 16:19:36 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-04-24 13:33:14 +0200
commit39d6180c6814996dde84cfcd8c0150bba37354ac (patch)
treebf5bb1d69e0416a5d84ce6f76fdcee72605a80e4 /phpBB/config
parent3fc7a352ff308ff4b5a038e807a6f803572242d5 (diff)
downloadforums-39d6180c6814996dde84cfcd8c0150bba37354ac.tar
forums-39d6180c6814996dde84cfcd8c0150bba37354ac.tar.gz
forums-39d6180c6814996dde84cfcd8c0150bba37354ac.tar.bz2
forums-39d6180c6814996dde84cfcd8c0150bba37354ac.tar.xz
forums-39d6180c6814996dde84cfcd8c0150bba37354ac.zip
[ticket/8672] Use fastImageSize in classes
PHPBB3-8672
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/default/container/services.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config/default/container/services.yml b/phpBB/config/default/container/services.yml
index 11bc6728a6..682eaeb200 100644
--- a/phpBB/config/default/container/services.yml
+++ b/phpBB/config/default/container/services.yml
@@ -203,7 +203,7 @@ services:
class: phpbb\template\context
upload_imagesize:
- class: phpbb\upload\imagesize
+ class: fastImageSize\fastImageSize
version_helper:
class: phpbb\version_helper