Merge pull request #760 from anaqreon/2.4RC

Mail message mimetype was getting set as the subject due to wrong var…
This commit is contained in:
git-marijus 2017-05-07 15:07:26 +02:00 committed by GitHub
commit b237425c94

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