]> source.dussan.org Git - nextcloud-server.git/commit
Dont always use the current users quota when calculating storage info 19781/head
authorRobin Appelman <robin@icewind.nl>
Wed, 4 Mar 2020 16:20:27 +0000 (17:20 +0100)
committerRobin Appelman <robin@icewind.nl>
Wed, 4 Mar 2020 16:20:27 +0000 (17:20 +0100)
commit93411a2ea093536cff648da9cb5a6ee03bc4c9de
treeed9c34b647966ab90fd21c94365b35056aa32711
parent64a29d01a492db19289833ba9f485b7dca881cef
Dont always use the current users quota when calculating storage info

instead pass the quota as parameter.

Without this fix, when 'quota_include_external_storage' is enabled, the
webui will show the quota configured for the admin for every user
instead of the users quota

Signed-off-by: Robin Appelman <robin@icewind.nl>
lib/private/legacy/helper.php
lib/private/legacy/util.php