This commit is contained in:
Shannon Deminick
2013-04-01 23:12:47 +06:00

View File

@@ -60,7 +60,7 @@ namespace umbraco.presentation.webservices
//deletes the old css file if the name was changed...
if (fileName != oldName)
if (fileName.ToLowerInvariant() != oldName.ToLowerInvariant())
{
string p = IOHelper.MapPath(SystemDirectories.Css + "/" + oldName + ".css");
if (System.IO.File.Exists(p))