diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2020-11-16 11:46:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-16 11:46:22 +0100 |
commit | d0f738fd595abc6449e96b4acc06a74905560091 (patch) | |
tree | e8c19b0696480d52a628c9277772693afad554c0 /lib/private | |
parent | 17034866f5e0f995d9c46fdec3ddf001d64e3c19 (diff) | |
parent | 2143f2bb8207fe569efb570993f7085b0154b2ff (diff) | |
download | nextcloud-server-d0f738fd595abc6449e96b4acc06a74905560091.tar.gz nextcloud-server-d0f738fd595abc6449e96b4acc06a74905560091.zip |
Merge pull request #24112 from nextcloud/bugfix/24099/setup-fs-before-query-storage-in-settings
Set up FS before querying storage info in settings
Diffstat (limited to 'lib/private')
-rw-r--r-- | lib/private/legacy/OC_Helper.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/private/legacy/OC_Helper.php b/lib/private/legacy/OC_Helper.php index 0d39a82e510..44fbdffc092 100644 --- a/lib/private/legacy/OC_Helper.php +++ b/lib/private/legacy/OC_Helper.php @@ -475,6 +475,9 @@ class OC_Helper { /** * Calculate the disc space for the given path * + * BEWARE: this requires that Util::setupFS() was called + * already ! + * * @param string $path * @param \OCP\Files\FileInfo $rootInfo (optional) * @return array |