fix update of domain as admin if domain is a std-subdomain; fix update of mysql-entry; add CustomerBackups-ApiCommand
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -626,8 +626,7 @@ class Domains extends ApiCommand implements ResourceEntity
|
||||
// get requested domain
|
||||
$result = $this->apiCall('Domains.get', array(
|
||||
'id' => $id,
|
||||
'domainname' => $domainname,
|
||||
'no_std_subdomain' => true
|
||||
'domainname' => $domainname
|
||||
));
|
||||
$id = $result['id'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user