From: Thomas Willingham Date: Mon, 18 Jun 2012 21:00:18 +0000 (+0100) Subject: Typo breaking tag notifications X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=371bdfb19dc76fdddb4967c74de40a4ab762cfcd;p=friendica.git Typo breaking tag notifications --- diff --git a/include/enotify.php b/include/enotify.php index 81f3e11eb4..134e42f8e3 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']);