mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00
Merge branch 'master' of github.com:Piwigo/Piwigo
This commit is contained in:
commit
c464cdc7c1
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;
|
||||
}
|
||||
|
||||
|
|
|
@ -461,6 +461,13 @@ array(
|
|||
'files' => array('notification.php'),
|
||||
'infos' => 'New in 2.5',
|
||||
),
|
||||
array(
|
||||
'name' => 'loc_end_add_uploaded_file',
|
||||
'type' => 'trigger_notify',
|
||||
'vars' => array('array', 'image_infos'),
|
||||
'files' => array('admin\include\functions_upload.inc.php (add_uploaded_file)'),
|
||||
'infos' => 'New in 2.11',
|
||||
),
|
||||
array(
|
||||
'name' => 'loc_end_password',
|
||||
'type' => 'trigger_notify',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue