mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #525 add trigger at the end of add_uploaded_file
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user