Merge pull request #486 from karlak/develop

Fixed a bug preventing photos form being rotated
This commit is contained in:
Tobias Reich 2016-03-16 15:27:18 +01:00
commit 12e8491b96

View File

@ -4,6 +4,7 @@ namespace Lychee\Modules;
use ZipArchive;
use Imagick;
use ImagickPixel;
final class Photo {