|
@@ 153-155 (lines=3) @@
|
| 150 |
|
if (isset($array['repair-steps']['uninstall']['step']) && is_array($array['repair-steps']['uninstall']['step'])) { |
| 151 |
|
$array['repair-steps']['uninstall'] = $array['repair-steps']['uninstall']['step']; |
| 152 |
|
} |
| 153 |
|
if (isset($array['background-jobs']['job']) && is_array($array['background-jobs']['job'])) { |
| 154 |
|
$array['background-jobs'] = $array['background-jobs']['job']; |
| 155 |
|
} |
| 156 |
|
if (isset($array['commands']['command']) && is_array($array['commands']['command'])) { |
| 157 |
|
$array['commands'] = $array['commands']['command']; |
| 158 |
|
} |
|
@@ 156-158 (lines=3) @@
|
| 153 |
|
if (isset($array['background-jobs']['job']) && is_array($array['background-jobs']['job'])) { |
| 154 |
|
$array['background-jobs'] = $array['background-jobs']['job']; |
| 155 |
|
} |
| 156 |
|
if (isset($array['commands']['command']) && is_array($array['commands']['command'])) { |
| 157 |
|
$array['commands'] = $array['commands']['command']; |
| 158 |
|
} |
| 159 |
|
if (isset($array['activity']['filters']['filter']) && is_array($array['activity']['filters']['filter'])) { |
| 160 |
|
$array['activity']['filters'] = $array['activity']['filters']['filter']; |
| 161 |
|
} |