Mail subject bug fix
This commit is contained in:
parent
3ccefa20e8
commit
1d20b2603a
@ -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),
|
||||
|
Reference in New Issue
Block a user