Merge branch 'DDC-1735'
This commit is contained in:
commit
0a95e42ea8
@ -190,7 +190,9 @@ class ProxyFactory
|
|||||||
throw ProxyException::proxyDirectoryNotWritable();
|
throw ProxyException::proxyDirectoryNotWritable();
|
||||||
}
|
}
|
||||||
|
|
||||||
file_put_contents($fileName, $file, LOCK_EX);
|
$tmpFileName = $fileName . '.' . uniqid("", true);
|
||||||
|
file_put_contents($tmpFileName, $file);
|
||||||
|
rename($tmpFileName, $fileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user