fix links in notification emails
This commit is contained in:
parent
1cd20e1757
commit
bdabc89026
1 changed files with 1 additions and 1 deletions
|
@ -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'])))
|
||||
));
|
||||
|
||||
|
|
Loading…
Reference in a new issue