diff --git a/src/Umbraco.Web/Mvc/RenderActionInvoker.cs b/src/Umbraco.Web/Mvc/RenderActionInvoker.cs index f4efc6a570..e01268d245 100644 --- a/src/Umbraco.Web/Mvc/RenderActionInvoker.cs +++ b/src/Umbraco.Web/Mvc/RenderActionInvoker.cs @@ -1,12 +1,13 @@ using System.Linq; using System.Web.Mvc; +using System.Web.Mvc.Async; namespace Umbraco.Web.Mvc { /// /// Ensures that if an action for the Template name is not explicitly defined by a user, that the 'Index' action will execute /// - public class RenderActionInvoker : ControllerActionInvoker + public class RenderActionInvoker : AsyncControllerActionInvoker { ///