aboutsummaryrefslogtreecommitdiffstats
path: root/mod/tasks.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/tasks.php')
-rw-r--r--mod/tasks.php2
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';