You are here

function commons_activity_streams_update_3101 in Drupal Commons 7.3

Update the "User follows user" message type.

File

modules/commons/commons_activity_streams/commons_activity_streams.install, line 6

Code

function commons_activity_streams_update_3101() {
  features_revert(array(
    'commons_activity_streams' => array(
      'message_type',
      'field_instance',
    ),
  ));
  return array();
}