mirror of
https://github.com/friendica/friendica
synced 2025-04-21 03:10:11 +00:00
code standards :-)
This commit is contained in:
parent
faae48959e
commit
a47a6a0cd9
2 changed files with 4 additions and 4 deletions
|
@ -33,7 +33,7 @@ class XSocialRelay extends BaseModule
|
|||
|
||||
/// @todo Check if it was better to use "strtolower" on the tags
|
||||
foreach ($tagitems AS $tag) {
|
||||
$systemTags[] = trim($tag, "# ");
|
||||
$systemTags[] = trim($tag, '# ');
|
||||
}
|
||||
|
||||
if ($config->get('system', 'relay_user_tags')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue