aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-12-02 16:23:28 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-12-02 16:23:28 -0800
commit8dd4270a6aae1203bf99585a126b881a78002304 (patch)
tree07e0c9d56ff7f29c30b53d6af155eb140a250201 /mod
parentc29f622b90a58a783787b27736cd9738e6be50c2 (diff)
parentbc0e41592648156f319503c5d4257385a42610b8 (diff)
downloadvolse-hubzilla-8dd4270a6aae1203bf99585a126b881a78002304.tar.gz
volse-hubzilla-8dd4270a6aae1203bf99585a126b881a78002304.tar.bz2
volse-hubzilla-8dd4270a6aae1203bf99585a126b881a78002304.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'mod')
-rw-r--r--mod/mail.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/mail.php b/mod/mail.php
index 536149a28..44c4b479d 100644
--- a/mod/mail.php
+++ b/mod/mail.php
@@ -329,7 +329,8 @@ function mail_content(&$a) {
'to_url' => chanlink_hash($message['to_xchan']),
'to_photo' => $message['to']['xchan_photo_s'],
'subject' => $message['title'],
- 'body' => smilies(bbcode($message['body']) . $s),
+ 'body' => smilies(bbcode($message['body'])),
+ 'attachments' => $s,
'delete' => t('Delete message'),
'dreport' => t('Delivery report'),
'recall' => t('Recall message'),