[ticket/11271] Add the inline images html to content

PHPBB3-11271
This commit is contained in:
Dhruv 2013-12-25 04:45:22 +05:30
parent e2f72539e1
commit 1bb175ce77

View file

@ -142,6 +142,7 @@ class helper
{ {
$update_count = array(); $update_count = array();
parse_attachments($forum_id, $content, $post_attachments, $update_count); parse_attachments($forum_id, $content, $post_attachments, $update_count);
$content .= implode('<br />', $post_attachments);
} }
// Remove Comments from inline attachments [ia] // Remove Comments from inline attachments [ia]