Merge
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user