mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-06-09 00:32:05 -04:00
ApiTransportForm: Fix force creation of a transport doesn't work
This commit is contained in:
parent
f402e1e5dc
commit
19ac9c322f
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ class ApiTransportForm extends CompatForm
|
|||
return $this;
|
||||
}
|
||||
|
||||
if ($this->getPopulatedValue('force_creation') === 'n') {
|
||||
if ($this->getPopulatedValue('force_creation') === 'y') {
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue