Ignore:
Timestamp:
Jun 17, 2011, 7:14:36 PM (13 years ago)
Author:
mistic100
Message:

minor change according to new ReplyTo method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Comments_on_Albums/include/coa_admin_comments.php

    r11327 r11417  
    166166        'AUTHOR' => trigger_event('render_comment_author', $author_name),
    167167        'DATE' => format_date($row['date'], true),
    168         'CONTENT' => trigger_event('render_comment_content',$row['content']),
     168        'CONTENT' => trigger_event('render_comment_content', $row['content'], 'album'),
    169169        )
    170170      );
Note: See TracChangeset for help on using the changeset viewer.