Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid adding empty string to
members
when groups_external
is empty
PHP's `explode()` returns an array with an empty string if the given string is empty, but we do not want to add that to the `members` list.
- Loading branch information