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 []

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hedinfaok’s picture

apotek’s picture

Status: Active » Reviewed & tested by the community