]> git.mxchange.org Git - friendica.git/commitdiff
The changed field name has to be changed here as well
authorMichael <heluecht@pirati.ca>
Sat, 13 Jan 2018 09:19:57 +0000 (09:19 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 13 Jan 2018 09:19:57 +0000 (09:19 +0000)
src/Protocol/Diaspora.php

index 4d89143452e0e0e3a07736cf66909178762af7ca..bf14b44d2269c802e25bd4c568af8516e6119c95 100644 (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;
        }