1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Merge branch '3.1.x'

This commit is contained in:
Dhruv
2015-04-14 09:10:47 +05:30
2 changed files with 55 additions and 2 deletions

View File

@@ -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']
);
}