Fixed a bug with background tasks that prevented them from being called

--HG--
branch : dev
This commit is contained in:
Erik Porter
2010-03-04 13:10:39 -08:00
parent c0b640c498
commit a1e25ac1d6

View File

@@ -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 {
}
}
}
}