mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-05-28 04:34:08 -04:00
Businessprocess\Controller: fix hard state param
This commit is contained in:
parent
de1ba2aa7c
commit
b66cbd2abf
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class Controller extends ModuleActionController
|
|||
if ($stateType === 'soft') {
|
||||
$bp->useSoftStates();
|
||||
}
|
||||
if ($stateType === 'soft') {
|
||||
if ($stateType === 'hard') {
|
||||
$bp->useHardStates();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue