make home tab work from remote profile, fix link in comment notify emails

This commit is contained in:
Friendika 2011-01-05 01:53:34 -08:00
parent f257569713
commit 1b0ddc928d
3 changed files with 9 additions and 2 deletions

View file

@ -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'])))
));