There's a typo in an if condition in conditional_fields_module_implements_alter():
$hook = 'features_api'
This should be:
$hook == 'features_api'
Patch forthcoming...

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Matthijs’s picture

Status: Active » Needs review
FileSize
762 bytes
hefox’s picture

Status: Needs review » Reviewed & tested by the community
kpaxman’s picture

I just discovered this myself and was checking to see if anyone had posted this already. I can confirm the problem and the fix.

I was having troubles exporting Features (using Features 2.0-beta2) until I applied this change.

kpaxman’s picture

This still hasn't been committed as of 3.0-alpha1 or the current trunk build. What can we do to get this in?

peterpoe’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Fixed

Committed, thanks!

Status: Fixed » Closed (fixed)

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