mirror of
https://github.com/friendica/friendica
synced 2025-04-28 12:24:23 +02:00
Merge remote-tracking branch 'upstream/develop' into dfrn-reshare
This commit is contained in:
commit
da06416426
4 changed files with 271 additions and 266 deletions
|
@ -1421,7 +1421,7 @@ class PortableContact
|
|||
// Avoid duplicates
|
||||
$tags = [];
|
||||
foreach ($data->tags as $tag) {
|
||||
$tag = strtolower($tag);
|
||||
$tag = mb_strtolower($tag);
|
||||
$tags[$tag] = $tag;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue