From: MarekBenjamin <117765478+MarekBenjamin@users.noreply.github.com> Date: Wed, 28 Dec 2022 22:19:53 +0000 (+0100) Subject: Update src/Object/Image.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2d1d06c6d233458e4529482145946d08d21ffded;p=friendica.git Update src/Object/Image.php Co-authored-by: Hypolite Petovan --- diff --git a/src/Object/Image.php b/src/Object/Image.php index d05ff24d77..0371037b23 100644 --- a/src/Object/Image.php +++ b/src/Object/Image.php @@ -378,7 +378,7 @@ class Image $orientation = $this->image->getImageOrientation(); switch ($orientation) { case Imagick::ORIENTATION_BOTTOMRIGHT: - $this->rotate( 180); + $this->rotate(180); break; case Imagick::ORIENTATION_RIGHTTOP: $this->rotate(-90);