fix links in notification emails

This commit is contained in:
Friendika 2010-11-26 03:12:30 -08:00
parent 1cd20e1757
commit bdabc89026
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ function dfrn_notify_post(&$a) {
'$username' => $importer['username'],
'$email' => $importer['email'],
'$from' => $from,
'$display' => $a->get_baseurl() . '/display' . $r,
'$display' => $a->get_baseurl() . '/display/' . $r,
'$body' => strip_tags(bbcode(stripslashes($datarray['body'])))
));