aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-10-20 02:21:57 -0700
committerFriendika <info@friendika.com>2011-10-20 02:21:57 -0700
commit796056f8103580016da846cd0befa4bf3ea8c208 (patch)
tree0892e04bf335c0895cf31ef3d5e652670e4d4fc9
parent852ece39f400add827c1980ee5b343f1bf71ee4e (diff)
downloadvolse-hubzilla-796056f8103580016da846cd0befa4bf3ea8c208.tar.gz
volse-hubzilla-796056f8103580016da846cd0befa4bf3ea8c208.tar.bz2
volse-hubzilla-796056f8103580016da846cd0befa4bf3ea8c208.zip
provide link to missing d* images
-rw-r--r--include/diaspora.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/diaspora.php b/include/diaspora.php
index e432ed809..abe927697 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);
}
}