diff options
Diffstat (limited to 'phpBB/viewtopic.php')
| -rw-r--r-- | phpBB/viewtopic.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 5fe0e099b3..2754fe8263 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -1232,7 +1232,7 @@ foreach ($rowset as $i => $row) // Process Attachments for this post if (sizeof($attachments[$row['post_id']])) { - display_attachments($attachments[$row['post_id']], $update_count); + display_attachments('postrow.attachment', $attachments[$row['post_id']], $update_count); } $prev_post_id = $row['post_id']; |
