nextcloud/lib
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
..
composer add postgresql10 compatibility to dbal 2017-11-22 17:57:17 +01:00
l10n [tx-robot] updated from transifex 2017-11-20 01:09:40 +00:00
private Only in case of $currentAccess the array uses the id as index 2017-11-28 17:17:51 +01:00
public Merge pull request #6840 from nextcloud/feature/5282/calendar_api 2017-11-16 21:10:35 +01:00
autoloader.php Change @georgehrke's email 2017-11-06 20:38:59 +01:00
base.php Merge pull request #7264 from nextcloud/cache-fetched-apps 2017-11-27 11:48:59 +01:00