You are here

function ais_update_7000 in Adaptive Image Styles (ais) 7

Force a rebuild of the menu router

File

./ais.install, line 31
Install file for the threshold-ais module

Code

function ais_update_7000() {
  menu_rebuild();
}