]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Model/Contact.php
authorMichael Vogel <icarus@dabo.de>
Thu, 30 Jul 2020 20:39:09 +0000 (22:39 +0200)
committerGitHub <noreply@github.com>
Thu, 30 Jul 2020 20:39:09 +0000 (22:39 +0200)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Model/Contact.php

index 12cfabd3e4e2938f928788822dd3144aa52c63b5..3e4683073e0347e6caf56abcc90d54aa3b00b951 100644 (file)
@@ -3006,7 +3006,7 @@ class Contact
                        return array_slice($contacts, $start, $limit);
                }
 
-               // The query returns contacts where contacts interacted with who also interacted with the given user.
+               // The query returns contacts where contacts interacted with whom also interacted with the given user.
                // Contacts who already are in the user's contact table are ignored.
                $results = DBA::select('contact', [],
                        ["`id` IN (SELECT `cid` FROM `contact-relation` WHERE `relation-cid` IN