diff options
author | Robin Appelman <robin@icewind.nl> | 2020-09-17 16:19:41 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-10-04 11:02:32 +0200 |
commit | 0dfdf3ee9978fdfd119acaa98b8747026d60599b (patch) | |
tree | 6a75d920b0cfb7c0d79da58cc7b6b74e1858fa75 /apps/files/lib | |
parent | 12da69d79d3546348356d4b71d010e206634c582 (diff) | |
download | nextcloud-server-0dfdf3ee9978fdfd119acaa98b8747026d60599b.tar.gz nextcloud-server-0dfdf3ee9978fdfd119acaa98b8747026d60599b.zip |
add mount point to quota warning message
makes it more clear to the user what the quota applies to
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files/lib')
-rw-r--r-- | apps/files/lib/Helper.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/lib/Helper.php b/apps/files/lib/Helper.php index 1f728565ca6..2d5a3e2f26e 100644 --- a/apps/files/lib/Helper.php +++ b/apps/files/lib/Helper.php @@ -64,6 +64,7 @@ class Helper { 'owner' => $storageInfo['owner'], 'ownerDisplayName' => $storageInfo['ownerDisplayName'], 'mountType' => $storageInfo['mountType'], + 'mountPoint' => $storageInfo['mountPoint'], ]; } |