diff --git a/interface/web/nav.php b/interface/web/nav.php index 0c57adbd9a36e1d0af3238514bd74c9ccb07a732..423f57ea13aa81255cd6c36d69790cd686e63ecf 100644 --- a/interface/web/nav.php +++ b/interface/web/nav.php @@ -45,6 +45,7 @@ if(isset($_GET['nav']) && $_GET['nav'] == 'top') { /* * If the dashboard is in the list of modules it always has to be the first! */ + asort($modules); if (in_array('dashboard', $modules)) { $key = array_search('dashboard', $modules); unset($modules[$key]);