diff options
author | Friendika <info@friendika.com> | 2011-01-05 01:53:34 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-05 01:53:34 -0800 |
commit | 1b0ddc928d2dbeeeab80d6beec1abc0e7a29bdb5 (patch) | |
tree | d43f182f20aa799879dad7756f2046611a30ffe7 /mod | |
parent | f257569713aa61b8510e6205a490eeae9c11ba5c (diff) | |
download | volse-hubzilla-1b0ddc928d2dbeeeab80d6beec1abc0e7a29bdb5.tar.gz volse-hubzilla-1b0ddc928d2dbeeeab80d6beec1abc0e7a29bdb5.tar.bz2 volse-hubzilla-1b0ddc928d2dbeeeab80d6beec1abc0e7a29bdb5.zip |
make home tab work from remote profile, fix link in comment notify emails
Diffstat (limited to 'mod')
-rw-r--r-- | mod/dfrn_notify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index e4aabba5a..49356d358 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -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']))) )); |