You are here

function commons_q_a_update_3105 in Drupal Commons 7.3

Link the 'Answer added' activity stream message to the Answer node as displayed on the question per http://drupal.org/node/1946120.

File

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

Code

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