ApiTransportForm: Fix force creation of a transport doesn't work

This commit is contained in:
Yonas Habteab 2021-11-30 14:28:28 +01:00 committed by Johannes Meyer
parent f402e1e5dc
commit 19ac9c322f

View file

@ -69,7 +69,7 @@ class ApiTransportForm extends CompatForm
return $this;
}
if ($this->getPopulatedValue('force_creation') === 'n') {
if ($this->getPopulatedValue('force_creation') === 'y') {
return $this;
}