diff options
author | Robin Appelman <robin@icewind.nl> | 2022-04-06 11:58:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 11:58:37 +0000 |
commit | ef9890fb7857282f13a8c72def13475de1e1909e (patch) | |
tree | 9cb110fd36743f64b41f3620e2e421cb4142023c /apps/files/lib | |
parent | 3b98db15e1386aac18bc7041e3d1c9b1b5617e17 (diff) | |
parent | 7eca0a25530ff68b5eb169fc9d595f4fa97852fa (diff) | |
download | nextcloud-server-ef9890fb7857282f13a8c72def13475de1e1909e.tar.gz nextcloud-server-ef9890fb7857282f13a8c72def13475de1e1909e.zip |
Merge pull request #31844 from nextcloud/fs-home-only-setup
only setup home mount when getting home folder
Diffstat (limited to 'apps/files/lib')
-rw-r--r-- | apps/files/lib/Controller/AjaxController.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/lib/Controller/AjaxController.php b/apps/files/lib/Controller/AjaxController.php index 000d950595d..cd26ab7a6f8 100644 --- a/apps/files/lib/Controller/AjaxController.php +++ b/apps/files/lib/Controller/AjaxController.php @@ -40,7 +40,6 @@ class AjaxController extends Controller { * @NoAdminRequired */ public function getStorageStats(string $dir = '/'): JSONResponse { - \OC_Util::setupFS(); try { return new JSONResponse([ 'status' => 'success', |