Adding missing directory seperator in FullpathToRoot.

Changing Umbraco.Core to use the SqlCe assemblies from the nuget package instead of those in the GAC, as that could cause problems for the build of the Umbraco.Core.dll.
This commit is contained in:
Morten Christensen
2012-12-28 20:51:08 -01:00
parent c98d906f36
commit 3e47d38a71
3 changed files with 4 additions and 3 deletions

View File

@@ -223,7 +223,7 @@ namespace Umbraco.Core.Configuration
/// <value>The fullpath to root.</value>
public static string FullpathToRoot
{
get { return IOHelper.GetRootDirectorySafe(); }
get { return IOHelper.GetRootDirectorySafe() + System.IO.Path.DirectorySeparatorChar; }
}
/// <summary>