You are here

function bean_update_7012 in Bean (for Drupal 7) 7

Rebuild registry to ensure autoloading for renamed plugins.

File

./bean.install, line 464
Bean installation routines

Code

function bean_update_7012() {
  registry_rebuild();
  return t('Registry has been rebuilt');
}