You are here

function commons_update_3116 in Drupal Commons 7.3

Enable the Commons: Media and Media: WYSIWYG modules.

File

./commons.install, line 781
Install, update and uninstall functions for the Commons install profile.

Code

function commons_update_3116() {
  module_enable(array(
    'commons_media',
    'media_wysiwyg',
  ));
  return array();
}