]> git.mxchange.org Git - friendica.git/blobdiff - include/diaspora.php
account expiration structures
[friendica.git] / 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 {