mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
* fix typo in OC_Group_Database::DisplayNamesInGroup's SQL clause * check array_diff return value in OC_Group::displayNamesInGroups, when there is no difference between two arrays, it will return NULL, so we have to take care of it.