]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Conversation.php
Merge pull request #5438 from MrPetovan/task/5410-remove-dbm-class
[friendica.git] / src / Model / Conversation.php
index 32004d911731e33f44a73aec7d42ce56d7bfe9a9..98db86188f89c5872b578324f5d3d351a5d2108f 100644 (file)
@@ -54,7 +54,7 @@ class Conversation
 
                        $fields = ['item-uri', 'reply-to-uri', 'conversation-uri', 'conversation-href', 'protocol', 'source'];
                        $old_conv = DBA::selectFirst('conversation', $fields, ['item-uri' => $conversation['item-uri']]);
-                       if (DBA::is_result($old_conv)) {
+                       if (DBA::isResult($old_conv)) {
                                // Don't update when only the source has changed.
                                // Only do this when there had been no source before.
                                if ($old_conv['source'] != '') {