mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-19 01:57:55 +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:
@@ -36,7 +36,7 @@ namespace Orchard.Blogs.Drivers {
|
||||
T = NullLocalizer.Instance;
|
||||
}
|
||||
|
||||
private Localizer T { get; set; }
|
||||
public Localizer T { get; set; }
|
||||
|
||||
protected override ContentType GetContentType() {
|
||||
return ContentType;
|
||||
|
Reference in New Issue
Block a user