mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update Image util
This commit is contained in:
parent
e43663c93f
commit
3d53661b18
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class Image
|
|||
|
||||
$quality = config('pixelfed.image_quality');
|
||||
$img->save($newPath, $quality);
|
||||
|
||||
$img->destroy();
|
||||
if (!$thumbnail) {
|
||||
$media->orientation = $orientation;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue