Skip to content

Commit c9bf24b

Browse files
author
jbostoen
authored
Update UploadHandler.php
1 parent 27e0772 commit c9bf24b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

server/php/UploadHandler.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -868,8 +868,9 @@ protected function imagick_create_scaled_image($file_name, $version, $options) {
868868
$image_oriented = false;
869869
if (!empty($options['auto_orient'])) {
870870
$image_oriented = $this->imagick_orient_image($image);
871-
}
872-
$image_resize = false;
871+
}
872+
873+
$image_resize = false;
873874
$new_width = $max_width = $img_width = $image->getImageWidth();
874875
$new_height = $max_height = $img_height = $image->getImageHeight();
875876

0 commit comments

Comments
 (0)