From: Friendika Date: Fri, 26 Nov 2010 11:12:30 +0000 (-0800) Subject: fix links in notification emails X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bdabc890265e9b128ca6e1588bcf0d332dcd6fdb;p=friendica.git fix links in notification emails --- diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index d7166f6aec..74ab69b38b 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -338,7 +338,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/' . $r, '$body' => strip_tags(bbcode(stripslashes($datarray['body']))) ));