@@ -81,7 +81,7 @@ |
||
81 | 81 | if ($currentFile) { |
82 | 82 | try{ |
83 | 83 | $this->unlinkFile(new File($currentFile)); |
84 | - }catch(FileNotFoundException $e){} |
|
84 | + } catch(FileNotFoundException $e){} |
|
85 | 85 | } |
86 | 86 | |
87 | 87 | // Old file removed, let's update! |