From: Friendika Date: Thu, 20 Oct 2011 09:21:57 +0000 (-0700) Subject: provide link to missing d* images X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=796056f8103580016da846cd0befa4bf3ea8c208;p=friendica.git provide link to missing d* images --- diff --git a/include/diaspora.php b/include/diaspora.php index e432ed8090..abe927697b 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -1385,7 +1385,7 @@ function diaspora_send_status($item,$owner,$contact,$public_batch = false) { $detail['guid'] = $item['guid']; $detail['handle'] = $myaddr; $images[] = $detail; - $body = str_replace($detail['str'],t('link'),$body); + $body = str_replace($detail['str'],$mtch[1],$body); } }