@@ -21,7 +21,7 @@ |
||
21 | 21 | $name = $fileUpload->getSanitizedName(); |
22 | 22 | |
23 | 23 | //if we call moretimes, name is not unique, generate another one |
24 | - if($this->called !== 0) { |
|
24 | + if ($this->called !== 0) { |
|
25 | 25 | $parts = pathinfo($name); |
26 | 26 | $name = $parts['filename'] . $this->called . '.' . $parts['extension']; |
27 | 27 | } |