Install the Farm Client module on existing sites.

This commit is contained in:
Michael Stenta 2020-04-23 08:39:59 -04:00
parent 0fc5b44a46
commit 85ff6d0011
1 changed files with 7 additions and 0 deletions

View File

@ -1000,6 +1000,13 @@ function farm_update_7054(&$sandbox) {
}
}
/**
* Install the Farm Client module.
*/
function farm_update_7055(&$sandbox) {
_farm_update_enable_modules(array('farm_client'));
}
/**
* Update helper function: enable modules.
*/