fix checked-property when applying hosting-plan for allowed-phpconfigs

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2018-02-12 14:58:17 +01:00
parent 4d7ceb9efe
commit de70dbb888
3 changed files with 8 additions and 8 deletions

View File

@@ -302,9 +302,9 @@ return array(
'values' => $phpconfigs,
'value' => ((int) Settings::Get('system.mod_fcgid') == 1 ? array(
Settings::Get('system.mod_fcgid_defaultini')
) : (int) Settings::Get('phpfpm.enabled') == 1) ? array(
) : (int) Settings::Get('phpfpm.enabled') == 1 ? array(
Settings::Get('phpfpm.defaultini')
) : array(),
) : array()),
'is_array' => 1
),
'perlenabled' => array(