Skip to content
Snippets Groups Projects
Commit 72be81ba authored by Florian Schaal's avatar Florian Schaal
Browse files

Merge branch 'stable-3.1' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.1

parents 7630f59c 09a9ecbb
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ class dashlet_modules { ...@@ -47,7 +47,7 @@ class dashlet_modules {
} else { } else {
if(strlen($module_title) > 8) $module_title = substr($module_title, 0, 7).'..'; if(strlen($module_title) > 8) $module_title = substr($module_title, 0, 7).'..';
} }
$mod[$module['order']] = array( 'modules_title' => $module_title, $mod[$module['order'].'-'.$module['name']] = array( 'modules_title' => $module_title,
'modules_startpage' => $module['startpage'], 'modules_startpage' => $module['startpage'],
'modules_name' => $module['name']); 'modules_name' => $module['name']);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment