From 548494a2b710a009beb985f67074a3c5a6f423bb Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 6 Feb 2014 13:03:29 +0000 Subject: 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 --- admin/history.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/history.php b/admin/history.php index 8a2e07926..5c1aa4326 100644 --- a/admin/history.php +++ b/admin/history.php @@ -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'])) { -- cgit v1.2.3