You are here

function commons_misc_update_7003 in Drupal Commons 7.3

Ensure that the theme settings are up-to-date with the latest version of Adaptive Theme and fix Commons Misc appearing overridden.

File

modules/commons/commons_misc/commons_misc.install, line 73
Update hooks for commons_misc related functions.

Code

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