update triggers_list fro r17975
git-svn-id: http://piwigo.org/svn/trunk@17977 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
fca022031a
commit
a9b7abbc4f
1 changed files with 8 additions and 2 deletions
|
|
@ -574,10 +574,16 @@ array(
|
|||
'files' => array('picture.php'),
|
||||
),
|
||||
array(
|
||||
'name' => 'render_element_description',
|
||||
'name' => 'render_element_name',
|
||||
'type' => 'trigger_event',
|
||||
'vars' => array('string', 'element_name'),
|
||||
'files' => array('include\functions.inc.php (get_picture_title)', 'picture.php'),
|
||||
'files' => array('include\functions_html.inc.php (render_element_name)'),
|
||||
),
|
||||
array(
|
||||
'name' => 'render_element_description',
|
||||
'type' => 'trigger_event',
|
||||
'vars' => array('string', 'element_secription'),
|
||||
'files' => array('picture.php'),
|
||||
),
|
||||
array(
|
||||
'name' => 'render_lost_password_mail_content',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue