Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'remote.php')
-rw-r--r--remote.php3
1 files changed, 0 insertions, 3 deletions
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);