You are here

function oembed_update_7002 in oEmbed 7

Rebuild the code registry in order to accommodate moved submodules.

File

./oembed.install, line 93
Install, update and uninstall functions for the oEmbed module.

Code

function oembed_update_7002() {
  registry_rebuild();
}