diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2013-12-25 04:45:22 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2013-12-25 04:58:41 +0530 |
commit | 1bb175ce7759e937494f74769b334a9acf3779d2 (patch) | |
tree | 5638638422604e3a0869b7c8c79607fe59f9618c | |
parent | e2f72539e101906d9427963f2f92893e4a39b029 (diff) | |
download | forums-1bb175ce7759e937494f74769b334a9acf3779d2.tar forums-1bb175ce7759e937494f74769b334a9acf3779d2.tar.gz forums-1bb175ce7759e937494f74769b334a9acf3779d2.tar.bz2 forums-1bb175ce7759e937494f74769b334a9acf3779d2.tar.xz forums-1bb175ce7759e937494f74769b334a9acf3779d2.zip |
[ticket/11271] Add the inline images html to content
PHPBB3-11271
-rw-r--r-- | phpBB/phpbb/feed/helper.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/feed/helper.php b/phpBB/phpbb/feed/helper.php index 88eb64953c..7527969b55 100644 --- a/phpBB/phpbb/feed/helper.php +++ b/phpBB/phpbb/feed/helper.php @@ -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] |