]> git.mxchange.org Git - friendica.git/commitdiff
public D* post fix
authorFriendika <info@friendika.com>
Fri, 16 Sep 2011 21:57:41 +0000 (14:57 -0700)
committerFriendika <info@friendika.com>
Fri, 16 Sep 2011 21:57:41 +0000 (14:57 -0700)
include/diaspora.php

index 0436673ea51c8a370fc1b7649fd9e4c3f8752fda..313324a16a667f38424eb5b2d6bd523caf63e89a 100644 (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 {