You are here

function nodesymlinks_update_7001 in NodeSymlinks 7

Rebuild menu due to the change of the access callback.

File

./nodesymlinks.install, line 145
Installation functions for NodeSymlinks.

Code

function nodesymlinks_update_7001() {
  cache_clear_all(NULL, 'cache_menu');
  menu_rebuild();
}