diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-24 16:57:17 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-24 16:57:17 -0700 |
commit | 2844f276b9af6154e36706b7fe53438352493d58 (patch) | |
tree | e65482f81fe351484458ac3f35155cd829191980 /mod/tasks.php | |
parent | e04f04ef0f79d938576668c57d7240d376155a8a (diff) | |
download | volse-hubzilla-2844f276b9af6154e36706b7fe53438352493d58.tar.gz volse-hubzilla-2844f276b9af6154e36706b7fe53438352493d58.tar.bz2 volse-hubzilla-2844f276b9af6154e36706b7fe53438352493d58.zip |
Document the additional content export options
Diffstat (limited to 'mod/tasks.php')
-rw-r--r-- | mod/tasks.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |