You are here

function metatag_update_7028 in Metatag 7

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

File

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

Code

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