diff --git a/yaf_dnn/Components/YAFTaskModule.cs b/yaf_dnn/Components/YAFTaskModule.cs
index d208f55..fc7fd79 100644
--- a/yaf_dnn/Components/YAFTaskModule.cs
+++ b/yaf_dnn/Components/YAFTaskModule.cs
@@ -24,7 +24,6 @@ namespace YAF.DotNetNuke.Components;
using Autofac;
using YAF.Core;
-using YAF.Types;
using YAF.Types.Attributes;
using YAF.Types.EventProxies;
using YAF.Types.Interfaces;
@@ -57,10 +56,10 @@ public class YafTaskModule : IHttpModule, IHaveServiceLocator
///
/// Bootstrapping fun
///
- ///
+ ///
/// The http application.
///
- public void Init(HttpApplication httpApplication)
+ public void Init(HttpApplication context)
{
if (this.ModuleInitialized)
{
@@ -72,11 +71,11 @@ public void Init(HttpApplication httpApplication)
{
if (!this.ModuleInitialized)
{
- this.AppInstance = httpApplication;
+ this.AppInstance = context;
// set the httpApplication as early as possible...
GlobalContainer.Container.Resolve().Instance =
- new HttpApplicationStateWrapper(httpApplication.Application);
+ new HttpApplicationStateWrapper(context.Application);
GlobalContainer.Container.Resolve().Inject(this);
diff --git a/yaf_dnn/Installation/YAF.DotNetNuke.Module.dnn b/yaf_dnn/Installation/YAF.DotNetNuke.Module.dnn
index 58d30ab..28b1a78 100644
--- a/yaf_dnn/Installation/YAF.DotNetNuke.Module.dnn
+++ b/yaf_dnn/Installation/YAF.DotNetNuke.Module.dnn
@@ -1,6 +1,6 @@
-
+
YAF.NET Forums
<strong>YetAnotherForum.NET</strong> as DNN Module. Yet Another Forum.NET (YAF) is an open source ASP.NET forum system.<br />
@@ -78,7 +78,7 @@
03.22.006130,
03.23.006131,
03.24.006132,
- 03.25.006133,03.26.006134
+ 03.25.006133,03.26.006134,03.27.006135
@@ -524,7 +524,7 @@
-
+
YAF.NET Forums What's New
<p>This Module displays the Latest Posts from a <strong>YetAnotherForum.NET</strong> Module. Based on the Current Users Authorization Level. You can define Which Forum should been used, and how many Posts should displayed.
@@ -589,7 +589,7 @@
03.00.006100,03.13.006107,03.15.006109,03.15.006110,03.15.006111,03.16.006112,03.16.006118,03.17.006119,03.18.006120,
03.19.006121,03.19.006122,03.19.006123,03.19.006124,03.19.006125,03.19.006126,03.19.006127,
03.20.006128,03.21.006129,03.22.006130,03.23.006131,03.24.006132,
- 03.25.006133,03.26.006134
+ 03.25.006133,03.26.006134,03.27.006135
@@ -629,7 +629,7 @@
-
+
Bootstrap v5.3.3 JavaScript Bundle (width Popper.js)
Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by Mark Otto and Jacob Thornton.