The changed field name has to be changed here as well

This commit is contained in:
Michael 2018-01-13 09:19:57 +00:00
parent 915419ace3
commit a78cbf6174
1 changed files with 1 additions and 1 deletions

View File

@ -2199,7 +2199,7 @@ class Diaspora
}
logger('Received participation for ID: '.$item['id'].' - Contact: '.$contact_id.' - Server: '.$server);
dba::insert('participation', ['item' => $item['id'], 'contact' => $contact_id, 'server' => $server]);
dba::insert('participation', ['iid' => $item['id'], 'cid' => $contact_id, 'server' => $server]);
return true;
}