Merge remote-tracking branch 'origin/6.2.2' into 7.1.5

This commit is contained in:
Shannon
2014-07-10 11:54:05 +10:00

View File

@@ -95,11 +95,6 @@ namespace Umbraco.Core.IO
EnsureDirectory(Path.GetDirectoryName(path));
if (exists)
{
DeleteFile(path);
}
if (stream.CanSeek)
stream.Seek(0, 0);