Warning: array_filter() expects parameter 1 to be array, boolean given in features_override_get_overrides() (line 93 of /modules/all/features_override/features_override.export.inc

I have over ridden a feature and get this on the modules page or watchdog

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

SocialNicheGuru’s picture

at features_override.export.inc 25% L154
return FALSE ; -> return array();

this is a placeholder until I get a patch.

http://www.php.net/manual/en/language.types.boolean.php#language.types.b...

jyee’s picture

Status: Active » Needs review
FileSize
526 bytes

Setting line 154 to return array() instead of FALSE worked for me. Here's a proper patch.

mpotter’s picture

Status: Needs review » Fixed

Committed to 73b3437.

Status: Fixed » Closed (fixed)

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