aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-05-07 15:05:50 +0200
committerGitHub <noreply@github.com>2017-05-07 15:05:50 +0200
commit2aa699d03e17091b92c55da0b16833b299b0d081 (patch)
tree9284de5b5edecf95d03755ce497d2edc7c3086a2
parent3ccefa20e8b10d0a507c6b002237664e721ca389 (diff)
parent1d20b2603a2846537d7c0d6861bf5d6ef4645ca0 (diff)
downloadvolse-hubzilla-2aa699d03e17091b92c55da0b16833b299b0d081.tar.gz
volse-hubzilla-2aa699d03e17091b92c55da0b16833b299b0d081.tar.bz2
volse-hubzilla-2aa699d03e17091b92c55da0b16833b299b0d081.zip
Merge pull request #761 from anaqreon/dev
Mail subject bug fix
-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),