diff --git a/src/Protocol/PortableContact.php b/src/Protocol/PortableContact.php index 20f5cb0b0..f7ea27d67 100644 --- a/src/Protocol/PortableContact.php +++ b/src/Protocol/PortableContact.php @@ -1421,6 +1421,7 @@ class PortableContact // Avoid duplicates $tags = []; foreach ($data->tags as $tag) { + $tag = strtolower($tag); $tags[$tag] = $tag; }