From: Friendika Date: Fri, 16 Sep 2011 21:57:41 +0000 (-0700) Subject: public D* post fix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6c4ad7df3aebec13406de129bec9e14db7bb2eea;p=friendica.git public D* post fix --- diff --git a/include/diaspora.php b/include/diaspora.php index 0436673ea5..313324a16a 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -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 {