Fixup merge issues

This commit is contained in:
Shannon Deminick
2013-03-12 00:40:37 +04:00
parent 8698deb469
commit cc50003e3e
3 changed files with 6 additions and 26 deletions

View File

@@ -93,19 +93,6 @@ namespace Umbraco.Web
UmbracoContext.EnsureContext(new HttpContextWrapper(UmbracoApplication.Context), ApplicationContext);
}
/// <summary>
/// Override this method in order to ensure that the UmbracoContext is also created, this can only be
/// created after resolution is frozen!
/// </summary>
protected override void FreezeResolution()
{
base.FreezeResolution();
//before we do anything, we'll ensure the umbraco context
//see: http://issues.umbraco.org/issue/U4-1717
UmbracoContext.EnsureContext(new HttpContextWrapper(UmbracoApplication.Context), ApplicationContext);
}
/// <summary>
/// Adds custom types to the ApplicationEventsResolver
/// </summary>