summaryrefslogtreecommitdiffstats
path: root/lib/image.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-10-17 13:14:17 +0200
committerRobin Appelman <icewind@owncloud.com>2012-10-17 13:14:17 +0200
commit77cef5f5142d340117add03fd95e1430a3868eb7 (patch)
tree94d7430fdfabfb7ae9aaac9e66165ee58f3dc1da /lib/image.php
parent11e9ce25e622ea3a98c8085717541620fb878a69 (diff)
parent04824162d9230faaf0992b3b0e3e52e01011bf78 (diff)
downloadnextcloud-server-77cef5f5142d340117add03fd95e1430a3868eb7.tar.gz
nextcloud-server-77cef5f5142d340117add03fd95e1430a3868eb7.zip
merge master into filesystem
Diffstat (limited to 'lib/image.php')
-rw-r--r--lib/image.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/image.php b/lib/image.php
index 94fe3ce827a..7c1a097cfd6 100644
--- a/lib/image.php
+++ b/lib/image.php
@@ -669,7 +669,7 @@ class OC_Image {
$newWidth = min($maxWidth, $ratio*$maxHeight);
$newHeight = min($maxHeight, $maxWidth/$ratio);
-
+
$this->preciseResize(round($newWidth), round($newHeight));
return true;
}