You are here

function emvideo_update_6019 in Embedded Media Field 6

Rebuild the menu to check content access at emvideo/modal.

File

contrib/emvideo/emvideo.install, line 433
Installation, configuration, and removal of the emvideo module.

Code

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