mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
KickstartForm: fix access to invalid property
This commit is contained in:
parent
113ab61424
commit
17f3394178
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user