mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-04 12:32:48 +02:00
merge r27239 from branch 2.6 to trunk
bug 3042 fixed: apply render_element_description on photo label in history search results git-svn-id: http://piwigo.org/svn/trunk@27240 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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']))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user