If this module is enabled, the features admin ui throws the following error:
Warning: Invalid argument supplied for foreach() in features_admin_form() (line 988 of /vagrant/docroot/sites/all/modules/contrib/features/features.admin.inc
This is because the value of $module->info['dependencies'] is a string value and not an array. This is a known issue when a module defines a dependency without using [] See https://www.drupal.org/node/2412255.
This patch changes the .info file for interger_format to use the []
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2446295-integer-format-dependency-info.patch | 366 bytes | hedinfaok |
Comments
Comment #1
hedinfaok commentedComment #2
apotek commented