diff --git a/src/Model/GContact.php b/src/Model/GContact.php index 09eeda4a2..bf9aa2cf2 100644 --- a/src/Model/GContact.php +++ b/src/Model/GContact.php @@ -107,7 +107,7 @@ class GContact // Ignore results that look strange. // For historic reasons the gcontact table does contain some garbage. - if (!empty($urlparts['query']) || !empty($urlparts['fragment'])) { + if (empty($result['nurl']) || !empty($urlparts['query']) || !empty($urlparts['fragment'])) { continue; }