1
0
Fork 0

Update Image util

This commit is contained in:
Daniel Supernault 2019-08-17 01:46:34 -06:00
parent e43663c93f
commit 3d53661b18
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class Image
$quality = config('pixelfed.image_quality');
$img->save($newPath, $quality);
$img->destroy();
if (!$thumbnail) {
$media->orientation = $orientation;
}