You are here

function commons_groups_update_3110 in Drupal Commons 7.3

Update the og group filter inside views per http://drupal.org/node/2037417.

File

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

Code

function commons_groups_update_3110() {
  $revert = array(
    'commons_groups' => array(
      'views_view',
    ),
  );
  features_revert($revert);
  return array();
}