latham
2011-11-04 2696e12bd643eaca85b9780b1c7d8ec1377df0fb
This will sort the modules by alpha before the dashboard is pushed to the front.  This patch keeps the menu tabs stable instead of different on each user. Logging in as an admin, reseller, and user would show the tabs in different order each time do to user creation.
1 files modified
1 ■■■■ changed files
interface/web/nav.php 1 ●●●● patch | view | raw | blame | history
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]);