mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11271] Add the inline images html to content
PHPBB3-11271
This commit is contained in:
parent
e2f72539e1
commit
1bb175ce77
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue