Fixes 48496

[TFS Changeset #75278]
This commit is contained in:
hartvig
2010-08-10 09:42:57 +00:00
parent 17cdc527a3
commit b2107ae27e

View File

@@ -109,7 +109,7 @@ namespace umbraco
try
{
return ConfigurationManager.AppSettings["umbracoPath"];
return IOHelper.ResolveUrl(ConfigurationManager.AppSettings["umbracoPath"]);
}
catch
{