Merge pull request #4039 from annando/third-4036

And now for the third bugfix to PR 4036
2022.09-rc
Michael Vogel 2017-12-08 07:35:55 +01:00 zatwierdzone przez GitHub
commit 0ef2425a3e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;
}