@@ -285,7 +285,7 @@ |
||
| 285 | 285 | while ($this->fieldCollection->valid()) { |
| 286 | 286 | $current = $this->fieldCollection->current(); |
| 287 | 287 | $this->moveFileIfUploadField($current); |
| 288 | - $this->fieldCollection->next() ; |
|
| 288 | + $this->fieldCollection->next(); |
|
| 289 | 289 | } |
| 290 | 290 | } |
| 291 | 291 | |