You are here

function lingotek_update_7700 in Lingotek Translation 7.7

Rebuild registry to see LingotekProfile class after upgrade to 7.00

File

./lingotek.install, line 1081

Code

function lingotek_update_7700(&$sandbox) {
  registry_rebuild();
  return t('Rebuilt registry to include LingotekProfile class for module v7.x-7.00+');
}