diff options
author | Joas Schilling <coding@schilljs.com> | 2017-11-28 16:38:16 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-11-28 17:24:19 +0100 |
commit | 76a2fb0231acf86d87cb6d8026e7f08936a21f15 (patch) | |
tree | b3cbef5f171b265457b58c653f00d5d8da759801 /tests | |
parent | 3cbd6509e04165ce4e8a2ab892f7c44948d2f1d0 (diff) | |
download | nextcloud-server-76a2fb0231acf86d87cb6d8026e7f08936a21f15.tar.gz nextcloud-server-76a2fb0231acf86d87cb6d8026e7f08936a21f15.zip |
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 3820d6883dffcaa49deb1054ae0f32ab3d3e39b1
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions