diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-11-06 23:03:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-06 23:03:09 +0100 |
commit | 1a30e4d28f1fccae652c104f734a8f57b9efd4e4 (patch) | |
tree | bcd845da350dcebf6fb78259c9a65d7850fc1bf2 /lib | |
parent | cab80e685b973c3e63b1d298873860eea862dc06 (diff) | |
parent | 448044d83163a27d0a07f1067f5b4aeffe2d0ba9 (diff) | |
download | nextcloud-server-1a30e4d28f1fccae652c104f734a8f57b9efd4e4.tar.gz nextcloud-server-1a30e4d28f1fccae652c104f734a8f57b9efd4e4.zip |
Merge pull request #23821 from nextcloud/td/enh/no_fs_setup_by_default
Do not setup the default FS on normal routes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/base.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index 0213fa9e9ef..9c914f15431 100644 --- a/lib/base.php +++ b/lib/base.php @@ -1006,7 +1006,6 @@ class OC { OC_App::loadApps(['filesystem', 'logging']); OC_App::loadApps(); } - OC_Util::setupFS(); OC::$server->getRouter()->match(\OC::$server->getRequest()->getRawPathInfo()); return; } catch (Symfony\Component\Routing\Exception\ResourceNotFoundException $e) { |