You are here

function commerce_kickstart_update_7225 in Commerce Kickstart 7.2

Enable the Distribution Update Status Manager module.

File

./commerce_kickstart.install, line 1216
Installation code for Commerce Kickstart.

Code

function commerce_kickstart_update_7225() {
  module_enable(array(
    'distro_update',
  ));
}