Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
e6e9e775
Commit
e6e9e775
authored
Nov 20, 2013
by
Marius Cramer
Browse files
Invalid client_id from last commit
parent
df1d52c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/remoting.inc.php
View file @
e6e9e775
...
...
@@ -3249,7 +3249,7 @@ class remoting {
$params
=
$app
->
remoting_lib
->
getDataRecord
(
$primary_id
);
$params
[
'active'
]
=
$status
;
$affected_rows
=
$this
->
updateQuery
(
'../sites/form/web_domain.tform.php'
,
$client_id
,
$primary_id
,
$params
);
$affected_rows
=
$this
->
updateQuery
(
'../sites/form/web_domain.tform.php'
,
0
,
$primary_id
,
$params
);
return
$affected_rows
;
}
else
{
$this
->
server
->
fault
(
'status_undefined'
,
'The status is not available'
);
...
...
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