Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
62ff29cc
Commit
62ff29cc
authored
Mar 06, 2009
by
tbrehm
Browse files
fixed: FS#595 - add cp user error
parent
e6d68c2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/admin/users_edit.php
View file @
62ff29cc
...
...
@@ -61,7 +61,7 @@ class page_action extends tform_actions {
function
onBeforeUpdate
()
{
global
$app
,
$conf
;
if
(
!
in_array
(
$this
->
dataRecord
[
'startmodule'
],
$this
->
dataRecord
[
'modules'
]))
{
if
(
@
is_array
(
$this
->
dataRecord
[
'modules'
])
&&
!
in_array
(
$this
->
dataRecord
[
'startmodule'
],
$this
->
dataRecord
[
'modules'
]))
{
$app
->
tform
->
errorMessage
.
=
$app
->
tform
->
wordbook
[
'startmodule_err'
];
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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