@@ -361,7 +361,7 @@ |
||
| 361 | 361 | while ($this->fieldCollection->valid()) {
|
| 362 | 362 | $current = $this->fieldCollection->current(); |
| 363 | 363 | $this->moveFileIfUploadField($current); |
| 364 | - $this->fieldCollection->next() ; |
|
| 364 | + $this->fieldCollection->next(); |
|
| 365 | 365 | } |
| 366 | 366 | } |
| 367 | 367 | |