aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_html.inc.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-09-17 19:57:35 +0000
committerrvelices <rv-github@modusoptimus.com>2012-09-17 19:57:35 +0000
commitfca022031a42be1dc699b317b8ed84649c2ba0c4 (patch)
tree43d9129134ddf52fdcd532a1274c7383ef3c5f49 /include/functions_html.inc.php
parent5cabef847904c269cfa6804614eff6e697388dd0 (diff)
distinguish event render_element name and description
git-svn-id: http://piwigo.org/svn/trunk@17975 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/functions_html.inc.php')
-rw-r--r--include/functions_html.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions_html.inc.php b/include/functions_html.inc.php
index 8450b4c82..765021dd0 100644
--- a/include/functions_html.inc.php
+++ b/include/functions_html.inc.php
@@ -540,7 +540,7 @@ function render_element_name($info)
$name = $info['name'];
if (!empty($name))
{
- $name = trigger_event('render_element_description', $name);
+ $name = trigger_event('render_element_name', $name);
return $name;
}