diff options
Diffstat (limited to 'remote.php')
-rw-r--r-- | remote.php | 3 |
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); |