@@ -98,8 +98,7 @@ |
||
| 98 | 98 | $value->getClientMimeType(), |
| 99 | 99 | $value->getError() |
| 100 | 100 | ); |
| 101 | - } |
|
| 102 | - elseif( is_array( $value ) ) |
|
| 101 | + } elseif( is_array( $value ) ) |
|
| 103 | 102 | { |
| 104 | 103 | $list[$key] = $this->createUploadedFiles( $value ); |
| 105 | 104 | } |