aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-09-16 14:57:41 -0700
committerFriendika <info@friendika.com>2011-09-16 14:57:41 -0700
commit6c4ad7df3aebec13406de129bec9e14db7bb2eea (patch)
treee5d4992af7dfbf633e47aca91580f4346f3978ca
parentd7243be2eaab96f56ae639b1afe823a1646811f4 (diff)
downloadvolse-hubzilla-6c4ad7df3aebec13406de129bec9e14db7bb2eea.tar.gz
volse-hubzilla-6c4ad7df3aebec13406de129bec9e14db7bb2eea.tar.bz2
volse-hubzilla-6c4ad7df3aebec13406de129bec9e14db7bb2eea.zip
public D* post fix
-rw-r--r--include/diaspora.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/diaspora.php b/include/diaspora.php
index 0436673ea..313324a16 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 {