Massive file cleanup, removed the old BasePage, UmbracoEnsuredPage, ClientTools, moved the menu 'Action' to the Web project until we can remove those too.

This commit is contained in:
Shannon
2015-12-23 13:51:16 +01:00
parent de776f86a4
commit e005c5bba6
226 changed files with 3472 additions and 5763 deletions

View File

@@ -16,7 +16,6 @@ using umbraco;
using System.Linq;
using umbraco.BusinessLogic;
using umbraco.presentation.preview;
using GlobalSettings = umbraco.GlobalSettings;
namespace Umbraco.Web.PublishedCache.XmlPublishedCache
{
@@ -179,7 +178,7 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
}
// no domain, respect HideTopLevelNodeFromPath for legacy purposes
if (hasDomains == false && global::umbraco.GlobalSettings.HideTopLevelNodeFromPath)
if (hasDomains == false && GlobalSettings.HideTopLevelNodeFromPath)
ApplyHideTopLevelNodeFromPath(umbracoContext, node, pathParts);
// assemble the route