aboutsummaryrefslogtreecommitdiffstats
path: root/include/enotify.php
diff options
context:
space:
mode:
authorZvi ben Yaakov (a.k.a rdc) <coderzvi@infosoc.net>2012-06-19 23:29:24 +0300
committerZvi ben Yaakov (a.k.a rdc) <coderzvi@infosoc.net>2012-06-19 23:29:24 +0300
commitd20cdf09eafbc57c1b6dbcb78a5cdaa731ae876d (patch)
tree6308aca93a11587a579d4c4336cec14c9072151f /include/enotify.php
parent5b057e5dee09e0cab5b78bb9b2ac2e27d59a11f7 (diff)
parent79357ec60dd4338d25e0ddbbbfde38d5db541e67 (diff)
downloadvolse-hubzilla-d20cdf09eafbc57c1b6dbcb78a5cdaa731ae876d.tar.gz
volse-hubzilla-d20cdf09eafbc57c1b6dbcb78a5cdaa731ae876d.tar.bz2
volse-hubzilla-d20cdf09eafbc57c1b6dbcb78a5cdaa731ae876d.zip
Merge git://github.com/friendica/friendica
Diffstat (limited to 'include/enotify.php')
-rw-r--r--include/enotify.php2
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']);