triggers_list.php updated

git-svn-id: http://piwigo.org/svn/trunk@27953 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
flop25
2014-03-25 21:36:06 +00:00
parent 11d5981889
commit 2e8ec79d78

View File

@@ -536,6 +536,13 @@ array(
'vars' => array(),
'files' => array('picture.php'),
),
array(
'name' => 'loc_end_picture_modify',
'type' => 'trigger_action',
'vars' => array(),
'files' => array('admin\picture_modify.php'),
'infos' => 'New in 2.6.3',
),
array(
'name' => 'loc_end_profile',
'type' => 'trigger_action',
@@ -549,6 +556,13 @@ array(
'files' => array('include\section_init.inc.php'),
'infos' => 'this action is called after section initilization, $page variable is fully defined',
),
array(
'name' => 'loc_end_themes_installed',
'type' => 'trigger_action',
'vars' => array(),
'files' => array('admin\themes_installed.php'),
'infos' => 'New in 2.6.3',
),
array(
'name' => 'loc_visible_user_list',
'type' => 'trigger_event',