]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/PortableContact.php
Still there had been notices - must have a good camouflage
[friendica.git] / src / Protocol / PortableContact.php
index 1c44947f58052823a0a28598341f2a1fa76b977a..20ee77a07cbdf5a0ec11d8081897c2801f2ac23c 100644 (file)
@@ -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;
                                }
                        }