You are here

function oa_config_update_7201 in Open Atrium Core 7.2

Enable the oa_wysiwyg module

File

modules/oa_config/oa_config.install, line 43
Provides update and install hooks for oa_config.

Code

function oa_config_update_7201() {
  module_enable(array(
    'oa_wysiwyg',
  ));
}