From 2cb1563f63386b35a69e460051aa9b4a2851d104 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Wed, 30 May 2012 07:30:44 -0400
Subject: [PATCH] - Added (clickable) placeholders to client messaging function. - Added check so that the client password isn't inserted into the message (for security reasons).

---
 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