mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 13:35:13 +02:00
[ticket/11271] Add the inline images html to content
PHPBB3-11271
This commit is contained in:
@ -142,6 +142,7 @@ class helper
|
||||
{
|
||||
$update_count = array();
|
||||
parse_attachments($forum_id, $content, $post_attachments, $update_count);
|
||||
$content .= implode('<br />', $post_attachments);
|
||||
}
|
||||
|
||||
// Remove Comments from inline attachments [ia]
|
||||
|
Reference in New Issue
Block a user