Enable the new Farm Flags module on existing sites.

This commit is contained in:
Michael Stenta 2018-03-19 16:03:53 -04:00
parent 8ee64a55c3
commit 0463523e3c
1 changed files with 7 additions and 0 deletions

View File

@ -700,6 +700,13 @@ function farm_update_7038(&$sandbox) {
\Drupal\openlayers\Config::set('openlayers.variant', 'cdnjs:ol3:4.6.4');
}
/**
* Enable new Farm Flags module.
*/
function farm_update_7039(&$sandbox) {
_farm_update_enable_modules(array('farm_flags'));
}
/**
* Update helper function: enable modules.
*/