Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
479
Issues
479
List
Boards
Labels
Service Desk
Milestones
Merge Requests
22
Merge Requests
22
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISPConfig
ISPConfig 3
Commits
c42fed03
Commit
c42fed03
authored
Nov 27, 2018
by
Helmo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correct parameters
parent
1d0a8d1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
interface/lib/classes/remote.d/domains.inc.php
interface/lib/classes/remote.d/domains.inc.php
+2
-2
No files found.
interface/lib/classes/remote.d/domains.inc.php
View file @
c42fed03
...
...
@@ -66,13 +66,13 @@ class remoting_domains extends remoting {
}
//* Update a record
public
function
domains_domain_update
(
$session_id
,
$client_id
,
$params
)
public
function
domains_domain_update
(
$session_id
,
$client_id
,
$p
rimary_id
,
$p
arams
)
{
if
(
!
$this
->
checkPerm
(
$session_id
,
'domains_domain_update'
))
{
throw
new
SoapFault
(
'permission_denied'
,
'You do not have the permissions to access this function.'
);
return
false
;
}
return
$this
->
updateQuery
(
'../client/form/domain.tform.php'
,
$client_id
,
$params
);
return
$this
->
updateQuery
(
'../client/form/domain.tform.php'
,
$client_id
,
$p
rimary_id
,
$p
arams
);
}
//* Delete a record
...
...
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