The info file registers the dependency "dependencies = block" instead of "dependencies[] = block". This causes an error with the features module.

Comments

yuriy.babenko’s picture

Confirmed on my end.

Simple change from

dependencies = block

to

dependencies[] = block

fixes the issue.

tripper54’s picture

Assigned: Unassigned » tripper54
Issue summary: View changes

  • Commit 9138b48 on 7.x-2.x by tripper54:
    Issue #1613388 by yuruy.babenko: incorrect dependencies syntax
    
tripper54’s picture

Status: Active » Fixed

Thanks for spotting, fix committed.

  • Commit 9138b48 on 7.x-2.x, 8.x-1.x by tripper54:
    Issue #1613388 by yuruy.babenko: incorrect dependencies syntax
    

Status: Fixed » Closed (fixed)

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