function farm_update_7004 in farmOS 7
Enable the RESTful Web Services module.
File
- ./
farm.install, line 348 - farmOS install file.
Code
function farm_update_7004(&$sandbox) {
_farm_update_enable_modules(array(
'restws',
));
}
Enable the RESTful Web Services module.
function farm_update_7004(&$sandbox) {
_farm_update_enable_modules(array(
'restws',
));
}