You are here

function registration_update_7107 in Entity Registration 7.2

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

Rebuild class registry for RegistrationTypeController.

File

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

Code

function registration_update_7107() {
  registry_rebuild();
}