@@ -50,7 +50,7 @@ |
||
50 | 50 | return; |
51 | 51 | } |
52 | 52 | $result = @unlink($file); |
53 | - if(!$result){ |
|
53 | + if (!$result) { |
|
54 | 54 | $this->error("Cannot delete file '$file'."); |
55 | 55 | } |
56 | 56 | } |