nextcloud/lib/private/Share20
Joas Schilling 80b34f5f7d
Only in case of $currentAccess the array uses the id as index
Otherwise its a normal string[] with the user ids, in that
case the array_merge did it's job just fine, apart from it
not being deduplicated.
The array+array is only needed when the user id is the key,
so integer only user ids are kept as they are instead of being
reindexed.

Regression from 3820d6883d

Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-28 17:17:51 +01:00
..
Exception Fix others 2016-07-21 18:13:57 +02:00
DefaultShareProvider.php Proper handle null cases and default to true 2017-11-27 09:38:39 +01:00
Hooks.php Fix others 2016-07-21 18:13:57 +02:00
LegacyHooks.php Update license headers 2017-11-06 16:56:19 +01:00
Manager.php Only in case of $currentAccess the array uses the id as index 2017-11-28 17:17:51 +01:00
ProviderFactory.php Update license headers 2017-11-06 16:56:19 +01:00
Share.php Update license headers 2017-11-06 16:56:19 +01:00
ShareHelper.php Update license headers 2017-11-06 16:56:19 +01:00