Merge remote-tracking branch 'origin/6.2.2' into 7.1.5
This commit is contained in:
@@ -95,11 +95,6 @@ namespace Umbraco.Core.IO
|
||||
|
||||
EnsureDirectory(Path.GetDirectoryName(path));
|
||||
|
||||
if (exists)
|
||||
{
|
||||
DeleteFile(path);
|
||||
}
|
||||
|
||||
if (stream.CanSeek)
|
||||
stream.Seek(0, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user