From 0ae667e6cfdd1bcc85bacf85cd93a84f99fa88f8 Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Tue, 22 May 2012 04:08:05 -0400
Subject: [PATCH] added missing language string already present in default theme

---
 interface/web/nav.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/interface/web/nav.php b/interface/web/nav.php
index 0c57adb..423f57e 100644
--- a/interface/web/nav.php
+++ b/interface/web/nav.php
@@ -45,6 +45,7 @@
 		/*
 		 * 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]);

--
Gitblit v1.9.1