diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-05-28 10:37:33 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-05-28 10:37:33 +0200 |
commit | 770d1bb7a368cdaba8e7340b54fd4b13ffea66b8 (patch) | |
tree | e47786d170dacd9ca59569a8ff8e558e5d8b610c /mod/dfrn_notify.php | |
parent | 5e01432c6f15714370f3fd4f07eaf35615052955 (diff) | |
parent | 69f014d02b0d53ac2b42cbebe3d30418a2d0f612 (diff) | |
download | volse-hubzilla-770d1bb7a368cdaba8e7340b54fd4b13ffea66b8.tar.gz volse-hubzilla-770d1bb7a368cdaba8e7340b54fd4b13ffea66b8.tar.bz2 volse-hubzilla-770d1bb7a368cdaba8e7340b54fd4b13ffea66b8.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'mod/dfrn_notify.php')
-rw-r--r-- | mod/dfrn_notify.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index 5d6f2c371..12e7ff7ce 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -420,7 +420,7 @@ function dfrn_notify_post(&$a) { '$url' => $datarray['author-link'], // full url for the site '$from' => $from, // name of the person sending the message '$body' => $msg['htmlversion'], // html version of the message - '$display' => $a->get_baseurl() . '/display/' . $importer['nick'] . '/' . $posted_id, + '$display' => $a->get_baseurl() . '/display/' . $importer['nickname'] . '/' . $posted_id, )); // load the template for private message notifications @@ -433,7 +433,7 @@ function dfrn_notify_post(&$a) { '$url' => $datarray['author-link'], // full url for the site '$from' => $from, // name of the person sending the message '$body' => $msg['textversion'], // text version of the message - '$display' => $a->get_baseurl() . '/display/' . $importer['nick'] . '/' . $posted_id, + '$display' => $a->get_baseurl() . '/display/' . $importer['nickname'] . '/' . $posted_id, )); // use the EmailNotification library to send the message |