From 2844f276b9af6154e36706b7fe53438352493d58 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 24 Sep 2015 16:57:17 -0700 Subject: Document the additional content export options --- mod/tasks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/tasks.php') diff --git a/mod/tasks.php b/mod/tasks.php index ed267cc92..b1b81473b 100644 --- a/mod/tasks.php +++ b/mod/tasks.php @@ -73,7 +73,7 @@ function tasks_post(&$a) { if(! $text) return array('success' => false); $event = array(); - $event['aid'] = $channel['channel_account_id']; + $event['account'] = $channel['channel_account_id']; $event['uid'] = $channel['channel_id']; $event['event_xchan'] = $channel['channel_hash']; $event['type'] = 'task'; -- cgit v1.2.3