From e89819c985655c9b3c099323df2f00992c6aeb2e Mon Sep 17 00:00:00 2001 From: Leo Chen Date: Wed, 26 Apr 2017 14:17:07 +1200 Subject: [PATCH] Update ImageOrientationFixer.php --- code/ImageOrientationFixer.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/ImageOrientationFixer.php b/code/ImageOrientationFixer.php index 08fbae8..e3e3506 100644 --- a/code/ImageOrientationFixer.php +++ b/code/ImageOrientationFixer.php @@ -29,10 +29,7 @@ private function get_orientation($path) { return $orientation == 1 ? false : $orientation; } catch (Exception $e) { return false; - } finally { - return false; } - } private function rotate_imagick($imagePath, $orientation) {