]> git.mxchange.org Git - friendica.git/commitdiff
And now for the third bugfix to PR 4036
authorMichael <heluecht@pirati.ca>
Fri, 8 Dec 2017 06:32:14 +0000 (06:32 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 8 Dec 2017 06:32:14 +0000 (06:32 +0000)
src/Object/Image.php

index f5ba1537afc137c2afc410ed4d17b3188242bc3c..b39945ede691756e757d702278a4b86d0279f53a 100644 (file)
@@ -594,7 +594,7 @@ class Image
                if ($this->isImagick()) {
                        $this->image->setFirstIterator();
                        do {
-                               $this->image->scaleDown($dim, $dim);
+                               $this->image->scaleImage($dim, $dim);
                        } while ($this->image->nextImage());
                        return;
                }