function og_ui_update_7200 in Organic groups 7.2
Enable VBO module.
File
- og_ui/
og_ui.install, line 25 - Install, update, and uninstall functions for the Organic groups UI module.
Code
function og_ui_update_7200(&$sandbox) {
if (!module_enable(array(
'views_bulk_operations',
))) {
throw new DrupalUpdateException('This version of OG UI requires Views bulk operation (VBO), but it could not be enabled.');
}
}