You are here

function commons_q_a_update_3111 in Drupal Commons 7.3

Change the Answer URL alias to be a subpath of the question.

File

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

Code

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