@@ -156,8 +156,7 @@ |
||
| 156 | 156 | $id = $this->getIdOfValue($value); |
| 157 | 157 | if ($id) { |
| 158 | 158 | $simplifiedChildren[$parentKey][$id] = $value; |
| 159 | - } |
|
| 160 | - else { |
|
| 159 | + } else { |
|
| 161 | 160 | $simplifiedChildren[$parentKey][] = $value; |
| 162 | 161 | } |
| 163 | 162 | } |