mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 08:14:04 +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')
|
||||
);
|
||||
|
||||
$apiuser = $this->apiuser;
|
||||
$apiuser = $this->apiUser();
|
||||
$client->setCredentials($apiuser->object_name, $apiuser->password);
|
||||
|
||||
$api = new CoreApi($client);
|
||||
|
Loading…
x
Reference in New Issue
Block a user