fix typo in field-value for ApiCommand::getUserDetail()

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2018-02-26 16:00:54 +01:00
parent 55ec20be10
commit 257855b43b
2 changed files with 4 additions and 4 deletions

View File

@@ -93,7 +93,7 @@ class Ftps extends ApiCommand implements ResourceEntity
throw new Exception("Customer has no more resources available", 406);
}
} else {
$customer_id = $this->getUserDetail('customer_id');
$customer_id = $this->getUserDetail('customerid');
$customer = $this->getUserData();
}