mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13756] Fix resize after upload with plupload
PHPBB3-13756
This commit is contained in:
parent
a151ad912a
commit
70c74df009
1 changed files with 2 additions and 2 deletions
|
@ -267,8 +267,8 @@ class plupload
|
||||||
{
|
{
|
||||||
$resize = sprintf(
|
$resize = sprintf(
|
||||||
'resize: {width: %d, height: %d, quality: 100},',
|
'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']
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue