diff options
author | mistic100 <mistic@piwigo.org> | 2013-10-29 09:31:06 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-10-29 09:31:06 +0000 |
commit | fc5c5d4b7cc08637eee2ca1be3baae0db5d95269 (patch) | |
tree | 1ccf6e11fd9221ec8f2cc16d9308e12ec3cd6ea7 /tools | |
parent | 6d73f88a51728a4e39b25f9da2e104d5ed5c4953 (diff) |
add two extra param to render_element_description trigger: main_page_element_description and picture_page_element_description
git-svn-id: http://piwigo.org/svn/trunk@25202 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | tools/triggers_list.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/triggers_list.php b/tools/triggers_list.php index 53c0b4ac2..bd57023c1 100644 --- a/tools/triggers_list.php +++ b/tools/triggers_list.php @@ -672,8 +672,8 @@ array( array( 'name' => 'render_element_description', 'type' => 'trigger_event', - 'vars' => array('string', 'element_secription'), - 'files' => array('picture.php'), + 'vars' => array('string', 'element_description', 'string', 'action'), + 'files' => array('picture.php', 'include\functions_html.inc.php (render_element_description)'), ), array( 'name' => 'render_lost_password_mail_content', |