nextcloud/lib/private/Share20
Joas Schilling 76a2fb0231
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:24:19 +01:00
..
Exception Fix others 2016-07-21 18:13:57 +02:00
DefaultShareProvider.php Fix 500 Internal Server Error on writing 2017-09-05 17:31:39 +02:00
Hooks.php Fix others 2016-07-21 18:13:57 +02:00
LegacyHooks.php Fix emitting of legacy hook post_unshare 2017-07-19 11:42:23 +02:00
Manager.php Only in case of $currentAccess the array uses the id as index 2017-11-28 17:24:19 +01:00
ProviderFactory.php verify that circles is installed 2017-07-11 20:21:06 +02:00
Share.php let the share backend get the node cacheentry to save queries 2016-11-17 18:48:38 +01:00
ShareHelper.php Add samples to the docs 2017-04-13 12:58:53 +02:00