You are here

function commons_groups_update_3122 in Drupal Commons 7.3

Revert the contributors view to hide 'more' link and show a pager.

File

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

Code

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