diff options
Diffstat (limited to 'include/picture_comment.inc.php')
-rw-r--r-- | include/picture_comment.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/picture_comment.inc.php b/include/picture_comment.inc.php index ad2878fcb..679f6287f 100644 --- a/include/picture_comment.inc.php +++ b/include/picture_comment.inc.php @@ -176,7 +176,7 @@ SELECT id,author,date,image_id,content 'mysql_datetime', true), - 'COMMENT' => parse_comment_content($row['content']), + 'COMMENT' => trigger_event('render_comment_content',$row['content']), ) ); |