I'm getting the following error from both the 7.x-1.x branch:

in_array() expects parameter 2 to be array, null given features_master.module:272

I'll be posting a possible patch that's working for me locally.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dkinzer created an issue. See original summary.

dkinzer’s picture

Status: Active » Needs review
FileSize
1.05 KB
dharizza’s picture

Hi,
I'm getting the same problem and that patch seems to work for me but I also got another couple of errors saying:
array_diff_key(): Argument #1 is not an array features_master.module:294 and array_diff_key(): Argument #2 is not an array features_master.module:301 so I created a new patch including @dkinzer changes and the fix for the array_diff_key errors.
Thanks.

dkinzer’s picture

Status: Needs review » Reviewed & tested by the community

  • dharizza authored 2dbae90 on 7.x-1.x
    Issue #2725035 by dkinzer, dharizza: Fix: in_array() expects parameter 2...
frankcarey’s picture

Status: Reviewed & tested by the community » Fixed

Merged and created a new 7.x-1.1 release. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.