mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 17:44:27 +02:00
notags calls
implement removeTags function
This commit is contained in:
parent
991f259ecb
commit
a0f65ca7a1
51 changed files with 274 additions and 232 deletions
|
@ -1674,7 +1674,7 @@ class Probe
|
|||
}
|
||||
}
|
||||
|
||||
$data["name"] = notags($data["name"]);
|
||||
$data["name"] = Strings::removeTags($data["name"]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue