aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions.inc.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2011-10-15 15:29:31 +0000
committerpatdenice <patdenice@piwigo.org>2011-10-15 15:29:31 +0000
commit0db23fdb182b334003929fa45b41aecb5b24de7d (patch)
tree32271111f45bc6d76961938113096d6591bc70fe /include/functions.inc.php
parentbf0f2b64465dfea23e742c406a4c5993ca55f89d (diff)
merge r12451 from trunk to branch 2.3
feature:2473 Apply trigger render_element_description for thumbnail title git-svn-id: http://piwigo.org/svn/branches/2.3@12452 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/functions.inc.php')
-rw-r--r--include/functions.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php
index 5debca5d3..7873674ec 100644
--- a/include/functions.inc.php
+++ b/include/functions.inc.php
@@ -880,7 +880,7 @@ function get_picture_title($info)
{
if (isset($info['name']) and !empty($info['name']))
{
- return $info['name'];
+ return trigger_event('render_element_description', $info['name']);
}
return get_name_from_file($info['file']);