Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jonas
ISPConfig 3
Commits
72be81ba
Commit
72be81ba
authored
Jul 30, 2018
by
Florian Schaal
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'stable-3.1' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.1
parents
7630f59c
09a9ecbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
interface/web/dashboard/dashlets/modules.php
interface/web/dashboard/dashlets/modules.php
+1
-1
No files found.
interface/web/dashboard/dashlets/modules.php
View file @
72be81ba
...
...
@@ -47,7 +47,7 @@ class dashlet_modules {
}
else
{
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_name'
=>
$module
[
'name'
]);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment