mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
feature 2548 (multiple size): better delete derivatives in add_uploaded_file
function when performing an update of a photo. git-svn-id: http://piwigo.org/svn/trunk@12907 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -292,6 +292,8 @@ SELECT
|
||||
$update,
|
||||
array('id' => $image_id)
|
||||
);
|
||||
|
||||
delete_element_derivatives($image_id);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user