You are here

function metatag_update_7041 in Metatag 7

Rerun update 7018. This may take some time.

The original did not run correctly when using Entity Translation. This was fixed.

File

./metatag.install, line 2262
Install, update, and uninstall functions for the metatag module.

Code

function metatag_update_7041(array &$sandbox) {
  metatag_update_7018($sandbox);
}