Skip to content

Commit

Permalink
Update ImageOrientationFixer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
leochenftw authored Apr 26, 2017
1 parent 3aa4c2d commit e89819c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/ImageOrientationFixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e89819c

Please sign in to comment.