You are here

function flag_update_7300 in Flag 7.3

Rebuild the class registry due to classes moving files.

File

./flag.install, line 452
Flag module install/schema/update hooks.

Code

function flag_update_7300() {
  registry_rebuild();
}