@@ -316,13 +316,11 @@ |
||
| 316 | 316 | { |
| 317 | 317 | $item = $item->set( 'checked', true ); |
| 318 | 318 | unset( $params[$key] ); |
| 319 | - } |
|
| 320 | - elseif( ( $key = array_search( $id, $oneIds ) ) !== null ) |
|
| 319 | + } elseif( ( $key = array_search( $id, $oneIds ) ) !== null ) |
|
| 321 | 320 | { |
| 322 | 321 | $item = $item->set( 'checked', true ); |
| 323 | 322 | unset( $params[$key] ); |
| 324 | - } |
|
| 325 | - elseif( ( $key = array_search( $id, $optIds ) ) !== null ) |
|
| 323 | + } elseif( ( $key = array_search( $id, $optIds ) ) !== null ) |
|
| 326 | 324 | { |
| 327 | 325 | $item = $item->set( 'checked', true ); |
| 328 | 326 | unset( $params[$key] ); |