public D* post fix

This commit is contained in:
Friendika 2011-09-16 14:57:41 -07:00
parent d7243be2ea
commit 6c4ad7df3a
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ function diaspora_decode($importer,$xml) {
if($children->header) {
$public = true;
$author_link = str_replace('acct:','',$children->author_id);
$author_link = str_replace('acct:','',$children->header->author_id);
}
else {