Skip to content

Commit 3e6380c

Browse files
susnuxprovokateurin
andcommitted
fixup: Update lib/private/legacy/OC_Helper.php
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent e6e60f4 commit 3e6380c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/legacy/OC_Helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public static function getStorageInfo($path, $rootInfo = null, $includeMountPoin
195195
if ($storage->instanceOfStorage(ISharedStorage::class)) {
196196
// we must use the shared nodes owner,
197197
// because if user A shared a file with user B and B shares this again,
198-
// then the share owner is user B but the quota that this counts in is user A's quota.
198+
// then the share initiator is user B but the quota that this counts in is user A's quota.
199199
/** @var ISharedStorage $storage */
200200
$user = $storage->getShare()->getNode()->getOwner();
201201
} elseif (

0 commit comments

Comments
 (0)