sforkowany z mirror/friendica
code standards :-)
rodzic
faae48959e
commit
a47a6a0cd9
|
@ -19,9 +19,9 @@ class WebFinger extends BaseModule
|
|||
System::httpExit(
|
||||
403,
|
||||
[
|
||||
'title' => L10n::t("Public access denied."),
|
||||
'description' => L10n::t("Only logged in users are permitted to perform a probing.")
|
||||
]
|
||||
'title' => L10n::t('Public access denied.'),
|
||||
'description' => L10n::t('Only logged in users are permitted to perform a probing.'),
|
||||
],
|
||||
);
|
||||
exit();
|
||||
}
|
||||
|
|
|
@ -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')) {
|
||||
|
|
Ładowanie…
Reference in New Issue