summaryrefslogtreecommitdiffstats
path: root/lib/image.php
diff options
context:
space:
mode:
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 dc1c6df85ae..97b0231047b 100644
--- a/lib/image.php
+++ b/lib/image.php
@@ -765,7 +765,7 @@ class OC_Image {
imagealphablending($process, false);
imagesavealpha($process, true);
}
-
+
imagecopyresampled($process, $this->resource, 0, 0, $x, $y, $targetWidth, $targetHeight, $width, $height);
if ($process == false) {
OC_Log::write('core',