aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-23 15:24:16 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-23 15:24:16 -0700
commit7f9e4d6add614563242db41e2fe2eee371c7a35f (patch)
treea5d9a11fcf0ec2359217c568a83a5408811b3fd5 /include/items.php
parent11861949bbc5867e748eb102344567387c32e75d (diff)
downloadvolse-hubzilla-7f9e4d6add614563242db41e2fe2eee371c7a35f.tar.gz
volse-hubzilla-7f9e4d6add614563242db41e2fe2eee371c7a35f.tar.bz2
volse-hubzilla-7f9e4d6add614563242db41e2fe2eee371c7a35f.zip
federation problem from diaspora comments relayed through red channels due to typo
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index 3936f1a6f..57a7774fd 100755
--- a/include/items.php
+++ b/include/items.php
@@ -976,7 +976,7 @@ function import_author_diaspora($x) {
);
if($r) {
logger('in_cache: ' . $x['address'], LOGGER_DATA);
- return $r[0]['chan_hash'];
+ return $r[0]['xchan_hash'];
}
if(discover_by_webbie($x['address'])) {