aboutsummaryrefslogtreecommitdiffstats
path: root/mod/message.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-30 17:08:16 -0800
committerfriendica <info@friendica.com>2011-11-30 17:08:16 -0800
commit37730ecc2aa9a55faa232658fc348da241416700 (patch)
treef022b5a0ea149e09e9d7b29b60079366883a68a7 /mod/message.php
parent8f381e01aebbddfed9f56ba21e18837e570dee19 (diff)
downloadvolse-hubzilla-37730ecc2aa9a55faa232658fc348da241416700.tar.gz
volse-hubzilla-37730ecc2aa9a55faa232658fc348da241416700.tar.bz2
volse-hubzilla-37730ecc2aa9a55faa232658fc348da241416700.zip
typo
Diffstat (limited to 'mod/message.php')
-rw-r--r--mod/message.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/message.php b/mod/message.php
index d48db8807..60e6b38fc 100644
--- a/mod/message.php
+++ b/mod/message.php
@@ -187,7 +187,7 @@ function message_content(&$a) {
$o .= replace_macros($tpl, array(
'$id' => $rr['id'],
'$from_name' =>$rr['from-name'],
- '$from_url' => (($rr['network'] === NETWORK_DFRN) ? $a->get_baseurl() . '/redir/' . $rr['contact-id'] : $rr['url'],
+ '$from_url' => (($rr['network'] === NETWORK_DFRN) ? $a->get_baseurl() . '/redir/' . $rr['contact-id'] : $rr['url']),
'$sparkle' => ' sparkle',
'$from_photo' => $rr['thumb'],
'$subject' => template_escape((($rr['mailseen']) ? $rr['title'] : '<strong>' . $rr['title'] . '</strong>')),