You are here

function registration_update_7107 in Entity Registration 7

Same name and namespace in other branches
  1. 8 registration.install \registration_update_7107()
  2. 7.2 registration.install \registration_update_7107()

Rebuild class registry for RegistrationTypeController.

File

./registration.install, line 612
Schema and installation hooks for registration module.

Code

function registration_update_7107() {
  registry_rebuild();
}