You are here

function flexslider_update_7002 in Flex Slider 7.2

Same name and namespace in other branches
  1. 7 flexslider.install \flexslider_update_7002()

Enables the Image module since it is now explicitly listed as a dependency.

File

./flexslider.install, line 140
Installation actions for FlexSlider

Code

function flexslider_update_7002(&$sandbox) {
  module_enable(array(
    'image',
  ));
}