Skip to content
Snippets Groups Projects
Commit fabf1a53 authored by João Ventura's avatar João Ventura
Browse files

Force menu rebuild after upgrade

parent dfa438be
No related branches found
No related tags found
No related merge requests found
......@@ -99,3 +99,12 @@ function print_update_6000() {
}
return $ret;
}
/**
* Update to version 6.x-1.0
*/
function print_update_6001() {
$ret = array();
menu_rebuild();
return $ret;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment