aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-05 01:53:34 -0800
committerFriendika <info@friendika.com>2011-01-05 01:53:34 -0800
commit1b0ddc928d2dbeeeab80d6beec1abc0e7a29bdb5 (patch)
treed43f182f20aa799879dad7756f2046611a30ffe7 /mod
parentf257569713aa61b8510e6205a490eeae9c11ba5c (diff)
downloadvolse-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.php2
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'])))
));