function bean_update_7006 in Bean (for Drupal 7) 7
Rebuild the registry to include new translation class
File
- ./
bean.install, line 357 - Bean installation routines
Code
function bean_update_7006() {
registry_rebuild();
return t('Registry and Menu have been rebuilt');
}