]> source.dussan.org Git - nextcloud-server.git/commit
Fix merging list with null
authorCarl Schwan <carl@carlschwan.eu>
Fri, 10 Dec 2021 15:39:50 +0000 (16:39 +0100)
committerCarl Schwan <carl@carlschwan.eu>
Thu, 20 Oct 2022 10:09:06 +0000 (12:09 +0200)
commit6522f8a6d98f81a10f68cd01294201997d51c3a0
treed1fb797b9838bd17d19644bffdaed64779024cb3
parent49aa352069f5c4703d01593cb51b2787d2a27aeb
Fix merging list with null

This fixes some cases observed with the debugger where we end up merging
a non empty list with null. The result is then null and the looping over
the items would then end.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
apps/user_ldap/lib/Group_LDAP.php