mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 00:03:16 +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');
|
$quality = config('pixelfed.image_quality');
|
||||||
$img->save($newPath, $quality);
|
$img->save($newPath, $quality);
|
||||||
|
$img->destroy();
|
||||||
if (!$thumbnail) {
|
if (!$thumbnail) {
|
||||||
$media->orientation = $orientation;
|
$media->orientation = $orientation;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue