You are here

function lingotek_update_7205 in Lingotek Translation 7.6

Same name and namespace in other branches
  1. 7.7 lingotek.install \lingotek_update_7205()
  2. 7.2 lingotek.install \lingotek_update_7205()
  3. 7.3 lingotek.install \lingotek_update_7205()
  4. 7.4 lingotek.install \lingotek_update_7205()
  5. 7.5 lingotek.install \lingotek_update_7205()

Ensure that the Lingotek Translation module has a weight higher than entity_translation.

File

./lingotek.install, line 404

Code

function lingotek_update_7205(&$sandbox) {
  lingotek_set_priority();
}