From 80c6a7f559ceb100b82921019bab3a0c5ed2ae2a Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Mon, 14 Mar 2016 10:59:09 -0400 Subject: [PATCH] Merge branch 'master' into 'stable-3.1' --- interface/web/dashboard/lib/module.conf.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/interface/web/dashboard/lib/module.conf.php b/interface/web/dashboard/lib/module.conf.php index 67f769e..4471f9b 100644 --- a/interface/web/dashboard/lib/module.conf.php +++ b/interface/web/dashboard/lib/module.conf.php @@ -32,6 +32,7 @@ $module['template'] = 'dashboard.tpl.htm'; $module['startpage'] = 'dashboard/dashboard.php'; $module['tab_width'] = ''; +$module['order'] = '1'; //$items = array(); // -- Gitblit v1.9.1