diff options
author | Thomas Willingham <founder@kakste.com> | 2012-06-18 22:00:18 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-06-18 22:00:18 +0100 |
commit | 371bdfb19dc76fdddb4967c74de40a4ab762cfcd (patch) | |
tree | a6668fd35b24d4fe34c6d78e5a6cdc52097b7f24 /include/enotify.php | |
parent | d61408958218c3842906b70e38865c5cbdf0e29c (diff) | |
download | volse-hubzilla-371bdfb19dc76fdddb4967c74de40a4ab762cfcd.tar.gz volse-hubzilla-371bdfb19dc76fdddb4967c74de40a4ab762cfcd.tar.bz2 volse-hubzilla-371bdfb19dc76fdddb4967c74de40a4ab762cfcd.zip |
Typo breaking tag notifications
Diffstat (limited to 'include/enotify.php')
-rw-r--r-- | include/enotify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/enotify.php b/include/enotify.php index 81f3e11eb..134e42f8e 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -123,7 +123,7 @@ function notification($params) { if($params['type'] == NOTIFY_TAGSELF) { $subject = sprintf( t('[Friendica:Notify] %s tagged you') , $params['source_name']); $preamble = sprintf( t('%1$s tagged you at %2$s') , $params['source_name'], $sitename); - $epreamble = sprintf( t('%1$s [url=%2s]tagged you[/url].') , + $epreamble = sprintf( t('%1$s [url=%2$s]tagged you[/url].') , '[url=' . $params['source_link'] . ']' . $params['source_name'] . '[/url]', $params['link']); |