Merge remote-tracking branch 'origin/dev-v7' into dev-v7.7

This commit is contained in:
Shannon
2017-08-28 22:41:14 +10:00
13 changed files with 409 additions and 133 deletions

View File

@@ -775,7 +775,7 @@ namespace Umbraco.Core
foreach (var b in hashedByteArray)
{
//append it to our StringBuilder
stringBuilder.Append(b.ToString("x2").ToLower());
stringBuilder.Append(b.ToString("x2"));
}
//return the hashed value