]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Item.php
First batch of notes for the 2020.03 CHANGELOG
[friendica.git] / src / Model / Item.php
index b9aeff4c94941b7f2a817d053fbec50c01c953b8..1205516fa04dd068943c48794c3c903923cf0e91 100644 (file)
@@ -1753,7 +1753,7 @@ class Item
 
                                // Update the contact relations
                                if ($item['author-id'] != $parent['author-id']) {
-                                       dba::update('contact-relation', ['last-interaction' => $item['created']], ['cid' => $parent['author-id'], 'relation-cid' => $item['author-id']], true);
+                                       DBA::update('contact-relation', ['last-interaction' => $item['created']], ['cid' => $parent['author-id'], 'relation-cid' => $item['author-id']], true);
                                }
                        } else {
                                /*