Error message
Warning: array_merge() expects at least 1 parameter, 0 given in global_filter_array_flatten() (line 611 of global_filter/global_filter.widgets.inc).

Happens when there is no default set.

Proposed Resolution

If the array is empty, don't try to flatten it.

CommentFileSizeAuthor
#2 2822078-2.patch534 bytesjoelpittet
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

joelpittet created an issue. See original summary.

joelpittet’s picture

Issue summary: View changes
FileSize
534 bytes

The $value passed in was an empty array and when it tries to merge it, there is nothing to merge.

RdeBoer’s picture

Thanks Joel!
Rik

joelpittet’s picture

Status: Active » Needs review

I guess this has a patch... changing status

joelpittet’s picture

@RdeBoer, does this need an RTBC or are you ok with committing it as is?

RdeBoer’s picture

Happy to commit as is.
Hope to get to it soon.
Thanks Joel
Rik

joelpittet’s picture

Glad to help @RdeBoer, this one keeps getting me too #2766607: Issue with single & multiple values in POST parameter