mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
fixes #854 adding trigger on tag deletion
This commit is contained in:
@@ -89,6 +89,12 @@ array(
|
||||
'vars' => array('array', 'ids'),
|
||||
'files' => array('admin\include\functions.inc.php (delete_elements)'),
|
||||
),
|
||||
array(
|
||||
'name' => 'delete_tags',
|
||||
'type' => 'trigger_notify',
|
||||
'vars' => array('array', 'tag_ids'),
|
||||
'files' => array('admin\include\functions.inc.php (delete_tags)')
|
||||
),
|
||||
array(
|
||||
'name' => 'delete_user',
|
||||
'type' => 'trigger_notify',
|
||||
|
||||
Reference in New Issue
Block a user