mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
AuthBackendPage: Fix Variable '$backendForm' is probably undefined
This commit is contained in:
parent
01352cf6c2
commit
dae38414f8
@ -68,6 +68,7 @@ class AuthBackendPage extends Form
|
|||||||
$this->addSkipValidationCheckbox();
|
$this->addSkipValidationCheckbox();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$backendForm = null;
|
||||||
if (! isset($this->config) || $this->config['type'] === 'external') {
|
if (! isset($this->config) || $this->config['type'] === 'external') {
|
||||||
$backendForm = new ExternalBackendForm();
|
$backendForm = new ExternalBackendForm();
|
||||||
$backendForm->create($formData);
|
$backendForm->create($formData);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user