aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2012-09-17 20:34:46 +0000
committermistic100 <mistic@piwigo.org>2012-09-17 20:34:46 +0000
commita9b7abbc4f026d8cdd9f37429ad3ed975843d535 (patch)
tree49c8bcbd6a00cc7a97ff3b24becd96675d004b37 /tools
parentfca022031a42be1dc699b317b8ed84649c2ba0c4 (diff)
update triggers_list fro r17975
git-svn-id: http://piwigo.org/svn/trunk@17977 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools')
-rw-r--r--tools/triggers_list.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/tools/triggers_list.php b/tools/triggers_list.php
index 75f973fcc..fea54fb3b 100644
--- a/tools/triggers_list.php
+++ b/tools/triggers_list.php
@@ -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',