Skip to content
Unverified Commit 80b34f5f authored by Joas Schilling's avatar Joas Schilling
Browse files

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 3820d688

Signed-off-by: default avatarJoas Schilling <coding@schilljs.com>
parent 2a01c0f3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment