summaryrefslogtreecommitdiffstats
path: root/apps/files/lib
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-09-17 16:19:41 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2020-10-04 11:02:32 +0200
commit0dfdf3ee9978fdfd119acaa98b8747026d60599b (patch)
tree6a75d920b0cfb7c0d79da58cc7b6b74e1858fa75 /apps/files/lib
parent12da69d79d3546348356d4b71d010e206634c582 (diff)
downloadnextcloud-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.php1
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'],
];
}