If you try to reset static cache of features_include_defaults(NULL, TRUE), you will end-up with error:
Illegal offset type in isset or empty features.module:364

Error is happening because wrong keys are used to process all components later. Patch is self-explanatory.

Comments

neochief’s picture

mpotter’s picture

Status: Needs review » Fixed

Love it. I had this fix as part of my Features Override/Alter-hook patch issues months ago and it never got split out into it's own issue ;) This is a no-brainer, so I committed it: 20e1f1f

hefox’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev
Status: Fixed » Patch (to be ported)

Think it's needed for 6.x also

  • mpotter committed 20e1f1f on 8.x-3.x
    Issue #1510710 by neochief: Fixed Incorrect key in...