You are here

function commons_events_update_7006 in Drupal Commons 7.3

Upcoming events view pane exposed sort should redirect to the view pane and not the feed.

File

modules/commons/commons_events/commons_events.install, line 166

Code

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