1
0
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:
Dhruv
2013-12-25 04:45:22 +05:30
parent e2f72539e1
commit 1bb175ce77

View File

@ -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]