X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FProtocol%2FPortableContact.php;h=20ee77a07cbdf5a0ec11d8081897c2801f2ac23c;hb=380eeaab88febb7f76e69bb6cdf4b44bf2618f13;hp=1c44947f58052823a0a28598341f2a1fa76b977a;hpb=e06fc2aa6900d8cf5ae4e8d5cf52f9262bf7ada7;p=friendica.git diff --git a/src/Protocol/PortableContact.php b/src/Protocol/PortableContact.php index 1c44947f58..20ee77a07c 100644 --- a/src/Protocol/PortableContact.php +++ b/src/Protocol/PortableContact.php @@ -1472,7 +1472,7 @@ class PortableContact $tags = []; foreach ($data['tags'] as $tag) { $tag = mb_strtolower($tag); - if (count($tag) < 100) { + if (strlen($tag) < 100) { $tags[$tag] = $tag; } }