diff options
Diffstat (limited to 'picture.php')
-rw-r--r-- | picture.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/picture.php b/picture.php index 13a02b863..4c267bbac 100644 --- a/picture.php +++ b/picture.php @@ -808,7 +808,9 @@ if (isset($picture['current']['comment']) $template->assign( 'COMMENT_IMG', trigger_event('render_element_description', - $picture['current']['comment']) + $picture['current']['comment'], + 'picture_page_element_description' + ) ); } |