provide link to missing d* images

pull/1/head
Friendika 2011-10-20 02:21:57 -07:00
rodzic 852ece39f4
commit 796056f810
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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);
}
}