You are here

function twitter_pull_update_7202 in Twitter Pull 7.2

Enable twitter.

File

./twitter_pull.install, line 74
Installation routines for the Twitter Pull module.

Code

function twitter_pull_update_7202() {
  if (!module_enable(array(
    'twitter',
  ))) {
    throw new DrupalUpdateException('Unable to enable new dependency twitter');
  }
}