code standards :-)

This commit is contained in:
Philipp Holzer 2019-05-01 19:48:49 +02:00
parent faae48959e
commit a47a6a0cd9
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
2 changed files with 4 additions and 4 deletions

View file

@ -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')) {