You are here

function oa_core_update_7002 in Open Atrium Core 7.2

Ensure entity_token is enabled for oa_river.

File

./oa_core.install, line 58
Provides update and install hooks to oa_core.

Code

function oa_core_update_7002() {
  module_enable(array(
    'entity_token',
  ));
}