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 []
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.