diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-09-25 17:52:58 +0200 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-09-25 17:52:58 +0200 |
commit | b22fa9f7f4b77569c29b0fc881373393281b7bf4 (patch) | |
tree | 510549743c5dede2ab5360a516768264fb29336b /mod/tasks.php | |
parent | 414b5ea6f3ad616c5211b0e9d4b811c149decf26 (diff) | |
parent | ba94f824b992f9ed787a71c2956388e975058ca8 (diff) | |
download | volse-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.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'; |