@@ -48,7 +48,7 @@ |
||
48 | 48 | throw new FileException(sprintf('Could not rename the file "%s" (%s)', $this->getPathname(), strip_tags($error['message']))); |
49 | 49 | } |
50 | 50 | |
51 | - $this->customChmod($target); |
|
51 | + $this->customChmod($target); |
|
52 | 52 | |
53 | 53 | return $target; |
54 | 54 | } |