aboutsummaryrefslogtreecommitdiffstats
path: root/include/enotify.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-11 04:29:47 -0700
committerfriendica <info@friendica.com>2012-07-11 04:29:47 -0700
commit6105211e73934542b084f20d903b1ff3431df7e9 (patch)
tree8b7d75e877e59f04289f4e928a6af380cfb87f72 /include/enotify.php
parent31c218e785931bcb69f0abc058056ad5f60ae28c (diff)
downloadvolse-hubzilla-6105211e73934542b084f20d903b1ff3431df7e9.tar.gz
volse-hubzilla-6105211e73934542b084f20d903b1ff3431df7e9.tar.bz2
volse-hubzilla-6105211e73934542b084f20d903b1ff3431df7e9.zip
catchup
Diffstat (limited to 'include/enotify.php')
-rw-r--r--include/enotify.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/enotify.php b/include/enotify.php
index 5e073bf3c..814bd06a4 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 );