Merge branch 'DDC-1735'
This commit is contained in:
commit
0a95e42ea8
1 changed files with 3 additions and 1 deletions
|
@ -190,7 +190,9 @@ class ProxyFactory
|
|||
throw ProxyException::proxyDirectoryNotWritable();
|
||||
}
|
||||
|
||||
file_put_contents($fileName, $file, LOCK_EX);
|
||||
$tmpFileName = $fileName . '.' . uniqid("", true);
|
||||
file_put_contents($tmpFileName, $file);
|
||||
rename($tmpFileName, $fileName);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue