aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_notify.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-26 03:19:41 -0800
committerFriendika <info@friendika.com>2010-11-26 03:19:41 -0800
commit846fa8d5f799ea61ff4400504eb9947019fd6f1b (patch)
treebe5c9119e5fe3f56ed8b681b1b5a5aacab307f88 /mod/dfrn_notify.php
parentbdabc890265e9b128ca6e1588bcf0d332dcd6fdb (diff)
downloadvolse-hubzilla-846fa8d5f799ea61ff4400504eb9947019fd6f1b.tar.gz
volse-hubzilla-846fa8d5f799ea61ff4400504eb9947019fd6f1b.tar.bz2
volse-hubzilla-846fa8d5f799ea61ff4400504eb9947019fd6f1b.zip
notify link again
Diffstat (limited to 'mod/dfrn_notify.php')
-rw-r--r--mod/dfrn_notify.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php
index 74ab69b38..54fa9b97d 100644
--- a/mod/dfrn_notify.php
+++ b/mod/dfrn_notify.php
@@ -271,12 +271,12 @@ function dfrn_notify_post(&$a) {
'$siteurl' => $a->get_baseurl(),
'$username' => $importer['username'],
'$email' => $importer['email'],
- '$display' => $a->get_baseurl() . '/display/' . $posted_id,
+ '$display' => $a->get_baseurl() . '/display/' . $importer['nickname'] . '/' . $posted_id,
'$from' => $from,
'$body' => strip_tags(bbcode(stripslashes($datarray['body'])))
));
- $res = mail($importer['email'], $from . t(" commented on your item at ") . $a->config['sitename'],
+ $res = mail($importer['email'], $from . t(" commented on an item at ") . $a->config['sitename'],
$email_tpl,t("From: Administrator@") . $a->get_hostname() );
}
}