mirror of
https://github.com/nextcloud/server.git
synced 2026-03-02 21:41:12 -05:00
Add quotation marks
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
ea3865138f
commit
318875a16e
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class ForwardedForHeaders implements ISetupCheck {
|
|||
$detectedRemoteAddress = $this->request->getRemoteAddress();
|
||||
|
||||
if (!\is_array($trustedProxies)) {
|
||||
return SetupResult::error($this->l10n->t('Your trusted_proxies setting is not correctly set, it should be an array.'));
|
||||
return SetupResult::error($this->l10n->t('Your "trusted_proxies" setting is not correctly set, it should be an array.'));
|
||||
}
|
||||
|
||||
if (($remoteAddress === '') && ($detectedRemoteAddress === '')) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue