diff options
author | Stefan Parviainen <saparvia@caterva.eu> | 2015-01-13 17:54:40 +0100 |
---|---|---|
committer | Stefan Parviainen <saparvia@caterva.eu> | 2015-01-13 17:54:40 +0100 |
commit | 93735df2c78b249d5735834c190dc91bad336172 (patch) | |
tree | de5bbcfd93ed668f80c059485d2dc4e7480b743d /mod/mail.php | |
parent | adc9564b5cc5f1fc410220514285927052cdfe4a (diff) | |
download | volse-hubzilla-93735df2c78b249d5735834c190dc91bad336172.tar.gz volse-hubzilla-93735df2c78b249d5735834c190dc91bad336172.tar.bz2 volse-hubzilla-93735df2c78b249d5735834c190dc91bad336172.zip |
Allow tags in mail, many profile fields, and admin info
Diffstat (limited to 'mod/mail.php')
-rw-r--r-- | mod/mail.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/mail.php b/mod/mail.php index 6c778b956..37679aebf 100644 --- a/mod/mail.php +++ b/mod/mail.php @@ -83,6 +83,9 @@ function mail_post(&$a) { // $body = fix_mce_lf($body); // } + require_once('include/text.php'); + linkify_tags($a, $body, local_user()); + if(! $recipient) { notice('No recipient found.'); $a->argc = 2; |