From: Michael Date: Sat, 13 Jan 2018 09:19:57 +0000 (+0000) Subject: The changed field name has to be changed here as well X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a78cbf617468bd2d24ec7e61a42798ed5b5ef291;p=friendica.git The changed field name has to be changed here as well --- diff --git a/src/Protocol/Diaspora.php b/src/Protocol/Diaspora.php index 4d89143452..bf14b44d22 100644 --- a/src/Protocol/Diaspora.php +++ b/src/Protocol/Diaspora.php @@ -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; }