aboutsummaryrefslogtreecommitdiffstats
path: root/mod/tasks.php
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2015-09-25 17:52:58 +0200
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2015-09-25 17:52:58 +0200
commitb22fa9f7f4b77569c29b0fc881373393281b7bf4 (patch)
tree510549743c5dede2ab5360a516768264fb29336b /mod/tasks.php
parent414b5ea6f3ad616c5211b0e9d4b811c149decf26 (diff)
parentba94f824b992f9ed787a71c2956388e975058ca8 (diff)
downloadvolse-hubzilla-b22fa9f7f4b77569c29b0fc881373393281b7bf4.tar.gz
volse-hubzilla-b22fa9f7f4b77569c29b0fc881373393281b7bf4.tar.bz2
volse-hubzilla-b22fa9f7f4b77569c29b0fc881373393281b7bf4.zip
Merge remote-tracking branch 'upstream/master'
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';