You are here

function emfield_update_5001 in Embedded Media Field 5

Rebuild the menu to properly add the settings menu item.

File

./emfield.install, line 6

Code

function emfield_update_5001() {
  menu_rebuild();
  return array();
}