Cleanup
This commit is contained in:
parent
938170b97b
commit
a4f01151d5
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ public class ResourceListPane extends TranslatedVisibleComponent implements File
|
|||
File tempFile = new File(tempDirectory + fs + hash + fs + name + "." + extension);
|
||||
if(!tempFile.exists())
|
||||
{
|
||||
DiskWriter.replaceFileBytes(tempFile.getAbsolutePath(), container.resourceFiles.get(name), false);
|
||||
DiskWriter.replaceFileBytes(tempFile.getAbsolutePath(), content, false);
|
||||
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue