From 9f3d9b5b239b9ebb3ddfec1c9d2d8d2a54be8f2a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 7 Apr 2017 10:52:17 +0200 Subject: Don't force the use of Accept-Language anymore This is not intended anymore, since it falls back to force english when the header is not set. Also 0228bc6e66cbcb2848eacb41f1de6e7f63ebcb65 makes clear that the order should be: 1. User setting 2. Accept language 3. Admin default This is the case since the commit from above, unless via OCS and DAV. Both forced to accept-language falling back to english. By removing the force, it now also matches the w3 priority list: https://www.w3.org/International/questions/qa-lang-priorities Signed-off-by: Joas Schilling --- remote.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'remote.php') diff --git a/remote.php b/remote.php index e5bd3bb8fed..8e74967365d 100644 --- a/remote.php +++ b/remote.php @@ -136,9 +136,6 @@ try { throw new RemoteException('Path not found', OC_Response::STATUS_NOT_FOUND); } - // force language as given in the http request - \OC::$server->getL10NFactory()->setLanguageFromRequest(); - $file=ltrim($file, '/'); $parts=explode('/', $file, 2); -- cgit v1.2.3