You are here

function commons_notify_update_7303 in Drupal Commons 7.3

Correct the user notification settings URL.

File

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

Code

function commons_notify_update_7303() {
  features_revert(array(
    'commons_notify' => array(
      'message_type',
    ),
  ));
  return array();
}