publicize 2 events on UmbracoModule

This commit is contained in:
Shannon
2016-11-18 13:48:18 +01:00
parent 8ba6cb3abf
commit 93ee850bcc
6 changed files with 13 additions and 11 deletions

View File

@@ -60,7 +60,7 @@ namespace Umbraco.Web
}
}
private void UmbracoModule_EndRequest(object sender, EventArgs e)
private void UmbracoModule_EndRequest(object sender, UmbracoRequestEventArgs e)
{
// will clear the batch - will remain in HttpContext though - that's ok
FlushBatch();