KickstartForm: fix access to invalid property

This commit is contained in:
Thomas Gelf 2015-12-23 11:23:27 +01:00
parent 113ab61424
commit 17f3394178

View File

@ -135,7 +135,7 @@ class KickstartForm extends QuickForm
$this->getValue('port') $this->getValue('port')
); );
$apiuser = $this->apiuser; $apiuser = $this->apiUser();
$client->setCredentials($apiuser->object_name, $apiuser->password); $client->setCredentials($apiuser->object_name, $apiuser->password);
$api = new CoreApi($client); $api = new CoreApi($client);