You are here

function commons_polls_update_7001 in Drupal Commons 7.3

Grant users the ability to vote on polls.

File

modules/commons/commons_polls/commons_polls.install, line 33

Code

function commons_polls_update_7001() {
  $revert = array(
    'commons_polls' => array(
      'user_permission',
    ),
  );
  features_revert($revert);
  return array();
}