U4-1117 - Fixed any errors when renaming /umbraco to something else

This commit is contained in:
Jeffrey Schoemaker
2015-10-29 16:25:15 +01:00
parent a8a768a50f
commit a4bd3abfbe

View File

@@ -48,7 +48,7 @@ namespace Umbraco.Web.Models.ContentEditing
{
return IconIsClass
? string.Empty
: IOHelper.ResolveUrl("~/umbraco/images/umbraco/" + Icon);
: IOHelper.ResolveUrl("images/umbraco/" + Icon);
}
}
@@ -83,4 +83,4 @@ namespace Umbraco.Web.Models.ContentEditing
}
}
}
}
}