From 2651b60349fc38023a2512cd5504744949a5240a Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 19 Oct 2012 18:37:35 -0700 Subject: this might post a profile change activity now - it just won't broadcast anywhere --- mod/item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/item.php') 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']; -- cgit v1.2.3