@@ -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 | // Old file removed, let's update! |
87 | 87 | $moveToDir = sprintf('%s/%s', $this->rootPath, $entity->getDir()); |