You are here

function commons_update_3107 in Drupal Commons 7.3

Rebuild the registry to accommodate Commons modules merging into the profile.

File

./commons.install, line 680
Install, update and uninstall functions for the Commons install profile.

Code

function commons_update_3107() {
  registry_rebuild();
}