diff options
-rw-r--r-- | admin/history.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'])) { |