aboutsummaryrefslogtreecommitdiffstats
path: root/include/message.php
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2017-05-07 08:52:26 -0400
committerAndrew Manning <tamanning@zoho.com>2017-05-07 08:52:26 -0400
commit1d20b2603a2846537d7c0d6861bf5d6ef4645ca0 (patch)
tree9284de5b5edecf95d03755ce497d2edc7c3086a2 /include/message.php
parent3ccefa20e8b10d0a507c6b002237664e721ca389 (diff)
downloadvolse-hubzilla-1d20b2603a2846537d7c0d6861bf5d6ef4645ca0.tar.gz
volse-hubzilla-1d20b2603a2846537d7c0d6861bf5d6ef4645ca0.tar.bz2
volse-hubzilla-1d20b2603a2846537d7c0d6861bf5d6ef4645ca0.zip
Mail subject bug fix
Diffstat (limited to 'include/message.php')
-rw-r--r--include/message.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/message.php b/include/message.php
index b56f98238..4e8e44adc 100644
--- a/include/message.php
+++ b/include/message.php
@@ -200,8 +200,8 @@ function send_message($uid = 0, $recipient = '', $body = '', $subject = '', $rep
intval($channel['channel_id']),
dbesc($channel['channel_hash']),
dbesc($recipient),
- dbesc($subject),
dbesc(($mimetype)? $mimetype : 'text/bbcode'),
+ dbesc($subject),
dbesc($body),
dbesc($sig),
dbesc($jattach),