mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixed a bug with background tasks that prevented them from being called
--HG-- branch : dev
This commit is contained in:
@@ -76,6 +76,8 @@ namespace Orchard.Mvc {
|
||||
public override HttpRequestBase Request {
|
||||
get { return new HttpRequestPlaceholder(); }
|
||||
}
|
||||
|
||||
public override IHttpHandler Handler { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -90,6 +92,4 @@ namespace Orchard.Mvc {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user