mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/13756] Fix resize after upload with plupload
PHPBB3-13756
This commit is contained in:
@@ -267,8 +267,8 @@ class plupload
|
||||
{
|
||||
$resize = sprintf(
|
||||
'resize: {width: %d, height: %d, quality: 100},',
|
||||
(int) $this->config['img_max_height'],
|
||||
(int) $this->config['img_max_width']
|
||||
(int) $this->config['img_max_width'],
|
||||
(int) $this->config['img_max_height']
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user