diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-02-04 10:03:38 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-02-04 10:03:38 +0100 |
commit | cf80f03084a2bdb0764f25a55c7b6707d2b3ef81 (patch) | |
tree | 5e07935656f5e17258a773e41da4aa206648dfb5 /include/message.php | |
parent | d97043725d3a38da9686dbf9501272d175e5420a (diff) | |
parent | 47f31eed37b8cc94805d01b2ab661d69cc24fa38 (diff) | |
download | volse-hubzilla-cf80f03084a2bdb0764f25a55c7b6707d2b3ef81.tar.gz volse-hubzilla-cf80f03084a2bdb0764f25a55c7b6707d2b3ef81.tar.bz2 volse-hubzilla-cf80f03084a2bdb0764f25a55c7b6707d2b3ef81.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'include/message.php')
-rw-r--r-- | include/message.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/message.php b/include/message.php index 936c01631..037c59c60 100644 --- a/include/message.php +++ b/include/message.php @@ -44,7 +44,7 @@ function send_message($uid = 0, $recipient = '', $body = '', $subject = '', $rep $body = cleanup_bbcode($body); - $results = linkify_tags($a, $body, $uid); + $results = linkify_tags($body, $uid); if(! $raw) { if(preg_match_all("/\[attachment\](.*?)\[\/attachment\]/",((strpos($body,'[/crypt]')) ? $_POST['media_str'] : $body),$match)) { |