|
@@ 106-108 (lines=3) @@
|
| 103 |
|
if (isset($array['repair-steps']['install']['step']) && is_array($array['repair-steps']['install']['step'])) { |
| 104 |
|
$array['repair-steps']['install'] = $array['repair-steps']['install']['step']; |
| 105 |
|
} |
| 106 |
|
if (isset($array['repair-steps']['pre-migration']['step']) && is_array($array['repair-steps']['pre-migration']['step'])) { |
| 107 |
|
$array['repair-steps']['pre-migration'] = $array['repair-steps']['pre-migration']['step']; |
| 108 |
|
} |
| 109 |
|
if (isset($array['repair-steps']['post-migration']['step']) && is_array($array['repair-steps']['post-migration']['step'])) { |
| 110 |
|
$array['repair-steps']['post-migration'] = $array['repair-steps']['post-migration']['step']; |
| 111 |
|
} |
|
@@ 109-111 (lines=3) @@
|
| 106 |
|
if (isset($array['repair-steps']['pre-migration']['step']) && is_array($array['repair-steps']['pre-migration']['step'])) { |
| 107 |
|
$array['repair-steps']['pre-migration'] = $array['repair-steps']['pre-migration']['step']; |
| 108 |
|
} |
| 109 |
|
if (isset($array['repair-steps']['post-migration']['step']) && is_array($array['repair-steps']['post-migration']['step'])) { |
| 110 |
|
$array['repair-steps']['post-migration'] = $array['repair-steps']['post-migration']['step']; |
| 111 |
|
} |
| 112 |
|
if (isset($array['repair-steps']['live-migration']['step']) && is_array($array['repair-steps']['live-migration']['step'])) { |
| 113 |
|
$array['repair-steps']['live-migration'] = $array['repair-steps']['live-migration']['step']; |
| 114 |
|
} |