|
@@ 116-118 (lines=3) @@
|
| 113 |
|
if (isset($array['repair-steps']['install']['step']) && \is_array($array['repair-steps']['install']['step'])) { |
| 114 |
|
$array['repair-steps']['install'] = $array['repair-steps']['install']['step']; |
| 115 |
|
} |
| 116 |
|
if (isset($array['repair-steps']['pre-migration']['step']) && \is_array($array['repair-steps']['pre-migration']['step'])) { |
| 117 |
|
$array['repair-steps']['pre-migration'] = $array['repair-steps']['pre-migration']['step']; |
| 118 |
|
} |
| 119 |
|
if (isset($array['repair-steps']['post-migration']['step']) && \is_array($array['repair-steps']['post-migration']['step'])) { |
| 120 |
|
$array['repair-steps']['post-migration'] = $array['repair-steps']['post-migration']['step']; |
| 121 |
|
} |
|
@@ 119-121 (lines=3) @@
|
| 116 |
|
if (isset($array['repair-steps']['pre-migration']['step']) && \is_array($array['repair-steps']['pre-migration']['step'])) { |
| 117 |
|
$array['repair-steps']['pre-migration'] = $array['repair-steps']['pre-migration']['step']; |
| 118 |
|
} |
| 119 |
|
if (isset($array['repair-steps']['post-migration']['step']) && \is_array($array['repair-steps']['post-migration']['step'])) { |
| 120 |
|
$array['repair-steps']['post-migration'] = $array['repair-steps']['post-migration']['step']; |
| 121 |
|
} |
| 122 |
|
if (isset($array['repair-steps']['live-migration']['step']) && \is_array($array['repair-steps']['live-migration']['step'])) { |
| 123 |
|
$array['repair-steps']['live-migration'] = $array['repair-steps']['live-migration']['step']; |
| 124 |
|
} |