You are here

function metatag_update_7037 in Metatag 7

Clear the menu cache so the renamed Settings page will be picked up.

File

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

Code

function metatag_update_7037() {
  variable_set('menu_rebuild_needed', TRUE);
}