aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-10-19 18:37:35 -0700
committerfriendica <info@friendica.com>2012-10-19 18:37:35 -0700
commit2651b60349fc38023a2512cd5504744949a5240a (patch)
tree4eb170a957b25638ef9e261855e4db9e57c927d0 /mod/item.php
parent244ad5071dc7d76b8f87f58349cf8532a7b6aac4 (diff)
downloadvolse-hubzilla-2651b60349fc38023a2512cd5504744949a5240a.tar.gz
volse-hubzilla-2651b60349fc38023a2512cd5504744949a5240a.tar.bz2
volse-hubzilla-2651b60349fc38023a2512cd5504744949a5240a.zip
this might post a profile change activity now - it just won't broadcast anywhere
Diffstat (limited to 'mod/item.php')
-rw-r--r--mod/item.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php
index 91923153e..aabfec397 100644
--- a/mod/item.php
+++ b/mod/item.php
@@ -579,7 +579,7 @@ function item_post(&$a) {
$item_flags = $item_flags | ITEM_THREAD_TOP;
}
- $datarray['aid'] = $channel['account_id'];
+ $datarray['aid'] = $channel['channel_account_id'];
$datarray['uid'] = $profile_uid;
$datarray['owner_xchan'] = $owner_xchan['xchan_hash'];