From 43b4841fa6904ad8d7a828ce22c2f74c6732c19d Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 30 Jul 2020 22:39:09 +0200 Subject: [PATCH] Update src/Model/Contact.php Co-authored-by: Hypolite Petovan --- src/Model/Contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 12cfabd3e..3e4683073 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -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