Mail subject bug fix

This commit is contained in:
Andrew Manning 2017-05-07 08:52:26 -04:00
parent 3ccefa20e8
commit 1d20b2603a

View file

@ -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),