aboutsummaryrefslogtreecommitdiffstats
path: root/mod/tasks.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2015-09-25 11:19:42 +0200
committerzottel <github@zottel.net>2015-09-25 11:19:42 +0200
commita7b2d23e9b59805a35380478ca3501fc315edb78 (patch)
treea2f6517fa09b83419403b93663e3ccd187fa3fbf /mod/tasks.php
parent03fb13e7497457d5fe69fc8ed007e5e49a2d6d8a (diff)
parentba94f824b992f9ed787a71c2956388e975058ca8 (diff)
downloadvolse-hubzilla-a7b2d23e9b59805a35380478ca3501fc315edb78.tar.gz
volse-hubzilla-a7b2d23e9b59805a35380478ca3501fc315edb78.tar.bz2
volse-hubzilla-a7b2d23e9b59805a35380478ca3501fc315edb78.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';