make home tab work from remote profile, fix link in comment notify emails
This commit is contained in:
@@ -363,7 +363,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/' . $importer['nickname'] . '/' . $r,
|
||||
'$body' => strip_tags(bbcode(stripslashes($datarray['body'])))
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user