feature:2259
Add "Regenerate Websize Photos" action. git-svn-id: http://piwigo.org/svn/trunk@10454 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
b58846ff7b
commit
f7bc47d1f6
3 changed files with 129 additions and 60 deletions
|
|
@ -2726,6 +2726,11 @@ WHERE id = '.(int)$params['image_id'].'
|
|||
$params['quality'],
|
||||
false
|
||||
);
|
||||
|
||||
$conf['use_exif'] = false;
|
||||
$conf['use_iptc'] = false;
|
||||
update_metadata(array($image['id'] => $image['path']));
|
||||
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue