diff options
author | Crizzo <mail@crizzo.de> | 2016-12-18 15:31:58 +0100 |
---|---|---|
committer | Crizzo <mail@crizzo.de> | 2016-12-18 15:31:58 +0100 |
commit | 71f82f2615302da12f00e925cd40522b9a010257 (patch) | |
tree | 1273cffa301eb815dfbbb8b673c5ad0f76e0960d /phpBB/phpbb/plupload/plupload.php | |
parent | 853362ddad3c3c137894da2357d2cfd0f1816049 (diff) | |
download | forums-71f82f2615302da12f00e925cd40522b9a010257.tar forums-71f82f2615302da12f00e925cd40522b9a010257.tar.gz forums-71f82f2615302da12f00e925cd40522b9a010257.tar.bz2 forums-71f82f2615302da12f00e925cd40522b9a010257.tar.xz forums-71f82f2615302da12f00e925cd40522b9a010257.zip |
[ticket/14770] Decreases quality to 85, changes test to 85, too
PHPBB3-14770
Diffstat (limited to 'phpBB/phpbb/plupload/plupload.php')
-rw-r--r-- | phpBB/phpbb/plupload/plupload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/plupload/plupload.php b/phpBB/phpbb/plupload/plupload.php index 4d02f4fa59..04d681cea6 100644 --- a/phpBB/phpbb/plupload/plupload.php +++ b/phpBB/phpbb/plupload/plupload.php @@ -266,7 +266,7 @@ class plupload if ($this->config['img_max_height'] > 0 && $this->config['img_max_width'] > 0) { $resize = sprintf( - 'resize: {width: %d, height: %d, quality: 90},', + 'resize: {width: %d, height: %d, quality: 85},', (int) $this->config['img_max_width'], (int) $this->config['img_max_height'] ); |