You are here

function commons_groups_update_3104 in Drupal Commons 7.3

Grant authenticated users permission to create group nodes per http://drupal.org/node/1936714.

File

modules/commons/commons_groups/commons_groups.install, line 43

Code

function commons_groups_update_3104() {
  features_revert(array(
    'commons_groups' => array(
      'field_base',
      'field_instance',
    ),
  ));
  return array();
}