mirror of
https://github.com/standardebooks/web.git
synced 2025-07-09 16:20:27 -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
|
||||
$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);
|
||||
|
||||
// Generate the thumbnails
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue