Ignore:
Timestamp:
Jun 7, 2007, 8:50:25 PM (17 years ago)
Author:
rub
Message:

Resolved issue 0000702: Code Injection with picture comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/picture_comment.inc.php

    r2029 r2030  
    137137        'comments.comment',
    138138        array(
    139           'COMMENT_AUTHOR' => empty($row['author'])
     139          'COMMENT_AUTHOR' => trigger_event('render_comment_author',
     140            empty($row['author'])
    140141            ? l10n('guest')
    141             : $row['author'],
     142            : $row['author']),
    142143
    143144          'COMMENT_DATE' => format_date(
Note: See TracChangeset for help on using the changeset viewer.