mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 19:59:56 +03:00
fixes #525 add trigger at the end of add_uploaded_file
This commit is contained in:
parent
f8f219b6ee
commit
3e58f67c0f
2 changed files with 9 additions and 0 deletions
|
@ -400,6 +400,8 @@ SELECT
|
|||
|
||||
fetchRemote($derivative_url, $dest);
|
||||
|
||||
trigger_notify('loc_end_add_uploaded_file', $image_infos);
|
||||
|
||||
return $image_id;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue