Install farm_term on existing sites.

This commit is contained in:
Michael Stenta 2018-10-01 14:44:50 -04:00
parent b898a1044f
commit b3814fb22a
1 changed files with 7 additions and 0 deletions

View File

@ -735,6 +735,13 @@ function farm_update_7043(&$sandbox) {
_farm_update_enable_modules(array('farm_quick'));
}
/**
* Enable Farm Term module.
*/
function farm_update_7044(&$sandbox) {
_farm_update_enable_modules(array('farm_term'));
}
/**
* Update helper function: enable modules.
*/