Fixes build with ctor change to UmbracoHelper
This commit is contained in:
@@ -13,13 +13,11 @@ namespace Umbraco.Web
|
||||
protected UmbracoAuthorizedHttpHandler()
|
||||
{ }
|
||||
|
||||
protected UmbracoAuthorizedHttpHandler(UmbracoContext umbracoContext, ServiceContext services, CacheHelper appCache)
|
||||
: base(umbracoContext, services, appCache)
|
||||
protected UmbracoAuthorizedHttpHandler(UmbracoContext umbracoContext, ServiceContext services)
|
||||
: base(umbracoContext, services)
|
||||
{
|
||||
}
|
||||
|
||||
private bool _hasValidated = false;
|
||||
|
||||
/// <summary>
|
||||
/// Checks if the umbraco context id is valid
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user