You are here

function commons_q_a_update_3100 in Drupal Commons 7.3

Update the Rate module settings for changes to the Up/Down widget.

File

modules/commons/commons_q_a/commons_q_a.install, line 22

Code

function commons_q_a_update_3100() {
  $revert = array(
    'commons_like' => array(
      'variable',
    ),
  );
  features_revert($revert);
  return array();
}