diff options
author | root <root@diekershoff.homeunix.net> | 2011-01-05 18:06:35 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2011-01-05 18:06:35 +0100 |
commit | 011e0c3f8142e3976a4d386fce066c802d4727ab (patch) | |
tree | 4f6e03305a536b54e90b76d13c3aa6d6b6ac3212 /mod/dfrn_notify.php | |
parent | 830a56723c37e206f2114c4bc4ade080f475cba9 (diff) | |
parent | b358e8afe21443a8f7e14573953a9780ba1d592d (diff) | |
download | volse-hubzilla-011e0c3f8142e3976a4d386fce066c802d4727ab.tar.gz volse-hubzilla-011e0c3f8142e3976a4d386fce066c802d4727ab.tar.bz2 volse-hubzilla-011e0c3f8142e3976a4d386fce066c802d4727ab.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'mod/dfrn_notify.php')
-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']))) )); |