diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/triggers_list.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/triggers_list.php b/tools/triggers_list.php index 22374a8c2..d30057d0b 100644 --- a/tools/triggers_list.php +++ b/tools/triggers_list.php @@ -897,6 +897,13 @@ array( 'files' => array('include\ws_functions\pwg.users.php'), 'infos' => 'New in 2.6.2.', ), +array( + 'name' => 'batch_manager_url_filter', + 'type' => 'trigger_change', + 'vars' => array('array', 'bulk_manager_filter', 'string', 'type', 'string', 'value'), + 'files' => array('admin\batch_manager.php'), + 'infos' => 'New in 2.7.', +), ); ?> <!DOCTYPE html> |