bug 3042 fixed: apply render_element_description on photo label in history search results

git-svn-id: http://piwigo.org/svn/branches/2.6@27239 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2014-02-06 13:03:29 +00:00
parent d98c591234
commit 548494a2b7
+1 -1
View File
@@ -319,7 +319,7 @@ SELECT
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
$label_of_image[ $row['id'] ] = $row['label'];
$label_of_image[ $row['id'] ] = trigger_event('render_element_description', $row['label']);
if (isset($row['filesize']))
{