From: friendica Date: Wed, 11 Jul 2012 09:58:57 +0000 (-0700) Subject: notification issue on wall-to-wall posts X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=86cb638637197423a7707af5dfcdb96c5ed42af4;p=friendica.git notification issue on wall-to-wall posts --- diff --git a/include/enotify.php b/include/enotify.php index 5e073bf3ca..814bd06a4c 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -124,9 +124,9 @@ function notification($params) { $preamble = sprintf( t('%1$s posted to your profile wall at %2$s') , $params['source_name'], $sitename); - $epreamble = sprintf( t('%1$s posted to [url=%2s]your wall[/url]') , + $epreamble = sprintf( t('%1$s posted to [url=%2$s]your wall[/url]') , '[url=' . $params['source_link'] . ']' . $params['source_name'] . '[/url]', - $itemlink); + $params['link']); $sitelink = t('Please visit %s to view and/or reply to the conversation.'); $tsitelink = sprintf( $sitelink, $siteurl );