fix wrong variable-name in SubDomains.listing

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2018-03-04 19:47:48 +01:00
parent cfa07bab47
commit a869bc58cd

View File

@@ -427,7 +427,7 @@ class SubDomains extends ApiCommand implements ResourceEntity
if (! empty($customerid) || ! empty($loginname)) {
$result = $this->apiCall('Customers.get', array(
'id' => $id,
'id' => $customerid,
'loginname' => $loginname
));
$custom_list_result = array(