1
0
Fork 0

fix intro.cid and intro.suggest-id

This commit is contained in:
Philipp Holzer 2021-10-19 23:11:47 +02:00
commit 44627a0b12
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
5 changed files with 32 additions and 24 deletions

View file

@ -1352,7 +1352,7 @@ class DFRN
}
// Quit if we already have an introduction for this person
if (DI::intro()->existsForContact($cid, $uid)) {
if (DI::intro()->suggestionExistsForUser($cid, $uid)) {
return false;
}