mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-24 13:33:34 +08:00
- Making Localizer T properties public so the culture aware localizer can be injected.
- Some improvements to the resource manager. --HG-- branch : dev
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Orchard.MultiTenancy.Controllers {
|
||||
T = NullLocalizer.Instance;
|
||||
}
|
||||
|
||||
private Localizer T { get; set; }
|
||||
public Localizer T { get; set; }
|
||||
public IOrchardServices Services { get; set; }
|
||||
|
||||
public ActionResult Index() {
|
||||
|
Reference in New Issue
Block a user