mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 09:32:24 -04:00
Correct -overwrite_original exiftool flag
This commit is contained in:
parent
65c154a607
commit
1adb90def1
1 changed files with 1 additions and 1 deletions
|
@ -600,7 +600,7 @@ class Artwork extends PropertiesBase{
|
||||||
|
|
||||||
// Save the source image and clean up metadata
|
// Save the source image and clean up metadata
|
||||||
$imageUploadPath = $uploadedFile['tmp_name'];
|
$imageUploadPath = $uploadedFile['tmp_name'];
|
||||||
exec('exiftool -quiet -overwrite-_original -all= ' . escapeshellarg($imageUploadPath));
|
exec('exiftool -quiet -overwrite_original -all= ' . escapeshellarg($imageUploadPath));
|
||||||
copy($imageUploadPath, WEB_ROOT . $this->ImageUrl);
|
copy($imageUploadPath, WEB_ROOT . $this->ImageUrl);
|
||||||
|
|
||||||
// Generate the thumbnails
|
// Generate the thumbnails
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue