From 5f27e29bb8f5eea59d48e07cc3a7ef2a52733a3e Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 17 Apr 2013 21:40:40 -0700 Subject: basic poke working --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index 034d27256..954042b65 100755 --- a/include/items.php +++ b/include/items.php @@ -92,7 +92,7 @@ function post_activity_item($arr) { $arr['parent_mid'] = ((x($arr,'parent_mid')) ? $arr['parent_mid'] : $arr['mid']); $arr['thr_parent'] = ((x($arr,'thr_parent')) ? $arr['thr_parent'] : $arr['mid']); - $arr['owner_xchan'] = ((x($arr,'owner_xchan')) ? $arr['owner_xchan'] : $channel['channel_hash']); + $arr['owner_xchan'] = ((x($arr,'owner_xchan')) ? $arr['owner_xchan'] : $channel['channel_hash']); $arr['author_xchan'] = ((x($arr,'author_xchan')) ? $arr['author_xchan'] : $observer['xchan_hash']); $arr['verb'] = ((x($arr,'verb')) ? $arr['verb'] : ACTIVITY_POST); -- cgit v1.2.3